NET/MASTER Network Control Language (NCL) Reference Summary
System Variables
54 106161 Tandem Computers Incorporated
&SYS.ERROR.STMT The &SYS.ERROR.STMT system variable contains the statement number that caused
the error to be issued.
&SYS.ERROR.STMT
&SYS.ERROR.STMT_NAME
The &SYS.ERROR.STMT_NAME system variable contains the name of the statement
that caused the error.
&SYS.ERROR.STMT_NAME
&SYS.ERROR.SUBNAME
The &SYS.ERROR.SUBNAME system variable contains the name of a variable that
caused an error.
&SYS.ERROR.SUBNAME
&SYS.ERROR.TEXT The &SYS.ERROR.TEXT system variable contains additional information on the nature
of an NCL error or condition.
&SYS.ERROR.TEXT
&SYS.ERROR.VALUE The &SYS.ERROR.VALUE system variable contains the value that caused the error.
&SYS.ERROR.VALUE
&SYS.ERROR.VALUEOK
The &SYS.ERROR.VALUEOK system variable indicates whether
&SYS.ERROR.VALUE contains information about an error.
&SYS.ERROR.VALUEOK
&SYS.ERROR.VALUE2 The &SYS.ERROR.VALUE2 system variable contains a second value that caused the
error to be issued.
&SYS.ERROR.VALUE2