Normally single quotes are used to enclose character strings. However, if the character string contains a comma, double quotes are required. This example looks for the character string ABC,DEF,GHI beginning on position 5, and prints them to SYSLIST, if found.
COPY,
IF(5,EQ,C"ABC,DEF,GHI"),
PRINTREC
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |