Generated from C.60.01 /SYS/PUB/CICAT last modified on Thu Jan 11 09:18:52 2001
For the NM command CMDNAME, the following forms of
entry are valid:
CMDNAME KEYWORD1 = a; KEYWORD2 = b ... ;KEYWORDn = n
CMDNAME a, b, ... , n
CMDNAME a, b; KEYWORD7 = g; KEYWORD4 = d ;KEYWORD3 = c ...
The order relationship between keyword and positional parameters is
still important: positional parameters must come before keyword
parameters, just as they did in MPE-V. This is true for NM commands
and for those that carry over from MPE-V. Because this order
relationship is enforced, the following attempt to enter positional
parameters after a keyword parameter will produce an error:
CMDNAME a, b;KEYWORD7 = g, h
Introducing a keyword variable (delimited with a semi-colon) terminates
positional assignment. For that reason, the positional 'h' produces an
error.
...Please press
Back to Main Index