NET/MASTER Network Control Language (NCL) Reference Summary
System Variables
106161 Tandem Computers Incorporated 51
&SYS.ALLPARMS The &SYS.ALLPARMS system variable contains a single string that holds the values of
all parameters entered when an NCL procedure is invoked.
&SYS.ALLPARMS
&SYS.CURS.COL The &SYS.CURS.COL system variable is used in conjunction with &SYS.CURS.ROW
to determine the cursor column and row coordinates, respectively, of the last operator
input from a panel.
&SYS.CURS.COL
&SYS.CURS.FLD The &SYS.CURS.FLD system variable contains the name of the input or outvar field
for the most recent data entry from a panel.
&SYS.CURS.FLD
&SYS.CURS.POS The &SYS.CURS.POS system variable contains the offset to the cursor position from
the start of the field defined by &SYS.CURS.FLD.
&SYS.CURS.POS
&SYS.CURS.ROW The &SYS.CURS.ROW system variable is used in conjunction with &SYS.CURS.COL
to determine the cursor row and column coordinates, respectively, of the last operator
input from a panel.
&SYS.CURS.ROW
&SYS.DATE.DAY The &SYS.DATE.DAY system variable contains the current day of the week.
&SYS.DATE.DAY