To pass syntax to CA OLQ, perform the following steps:
Example
INITIALIZE(UNIVERSAL-COMMUNICATIONS-ELEMENT,SYNTAX-RECORD).
MOVE 'SIGNON SS=EMPSS01 ! SEL * FROM EMPLOYEE ! MEN DISPLAY;'
TO SYNTAX-FIELD.
EXECUTE NEXT FUNCTION.
RETURN.
Note: The exclamation point (!) is the CA OLQ separator for stacked commands. The semi-colon (;) is the required CA OLQ command terminator.
The command separator and terminator may differ from site to site, depending on the character set during system generation.
|
Copyright © 2014 CA.
All rights reserved.
|
|