thanks, i used billfish his answer. I now save ABC","123","TEST","HELLO","WHAT in my column. Now, i'm passing this value through an URL like this: http://server:8080/SASStoredProcess/do?_program=test&VALUE=ABC","123","TEST","HELLO","WHAT&_debug=log but it does not work... for some reason my wherestring starts and ends with double quotes but if you view the note, i have single quotes, any idea? I put my whereclause to the log: WHERESTRING: 1=1 and value in ("ABC","123","TEST","HELLO","WHAT") and datepart(datim) > 19941 and datepart(datim) < 20306 NOTE: There were 0 observations read from the data set WORK.TXRF_MAIN. WHERE (1=1) and (wafersource='REFLEXION') and (value='ABC","123","TEST","HELLO","WHAT') and (DATEPART(datim)>19941) and (DATEPART(datim)<20306); NOTE: The data set WORK.SELECT has 0 observations and 34 variables.
... View more