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 © 2015 CA Technologies.
All rights reserved.
|
|