subset in JSL -syntax issue
Hi
I'm trying to subset all the data in the row which the value in column: " is rejects?" ==Y to new table called rejects
I try several ways but non of them working and I get the error:
"Unexpected "Split_dt". Perhaps there is a missing ";" or ",".
Line 77 Column 1: ►Split_dt << Select Where( :is rejects? == "Y" );"
this code is part of larger script that create the column :"is rejects?"
when I r...