NET/MASTER Network Control Language (NCL) Reference Manual

&SYS.ALLPARMS
System Variables
106126 Tandem Computers Incorporated 5–9
To invoke the NCL procedure APROC with just two parameters, you can enter START
APROC 50 100 on the OCS input line. If you start the following NCL procedure
(APROC) in this manner, NCL displays the two parameters 50 and 100 when the
procedure executes, as in the following example:
APROC:PROCEDURE
SAY "VALUE OF &SYS.ALLPARMS = " &SYS.ALLPARMS
END APROC