My question may sound naive, but I have coded the following search commands:
OPTION COPY
OUTFIL FNAMES=SORTOUT,INCLUDE=(1,80,SS,EQ,C'*UNMATCHED '),
NULLOFL=RC4
OUTFIL FNAMES=SORTOUT,INCLUDE=(1,80,SS,EQ,C'*UNMATCHED '),
NULLOFL=RC4
And when the file contains "*UNMATCHED " then I get a RC0, while if it doesn't, I get a RC4.
In fact I need the other way around, RC4 if string is found, RC0 if not.
I have tried both NE instead of EQ, and OMIT instead of INCLUDE, but no difference.
Any ideas ? Thanks in advance,
George