Hi,
When i tried searching for a particular string 'VIEW OF’using SCAN in online, it worked. But in batch its not working.
In batch, i used the command
SCAN FUNC=S,SVAL=‘VIEW OF’,LIB=A20PROD,ABSOL=Y
The error i got is
*** SCAN has now been ABNORMALLY ***
*** Terminated due to errors. ***
NAT9987 Natural session terminated abnormally - RC=032.
But when i ran the command as follows, the job succeeded
SCAN FUNC=S,SVAL=VIEW,LIB=A20PROD,ABSOL=Y
I tried both single quotes and double quotes. My requirement is to scan only “VIEW OF”
Kindly help