NMSYNTAX2

Generated from C.65.00 /SYSADMIN/PUB/MYCICAT last modified on Sun Aug 29 15:08:37 2004

Back to Main Index


           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 <RETURN>
Back to Main Index