Keywords denote and initiate a specific action. Depending on the verb, the processing that occurs to carry out an action may require additional operands in the form of values or variables. The result of the action can also modify or create variables.
Examples: Verbs
The following example deletes a message received by MSGPROC:
&MSGDEL
The following example suspends the NCL process at this statement awaiting operator input, which is placed in variables &1, &2, …
&PAUSE ARGS
| Copyright © 2009 CA. All rights reserved. |
|