NET/MASTER Network Control Language (NCL) Reference Summary

System Variables
106161 Tandem Computers Incorporated 53
&SYS.ERROR.KEYWORD
The &SYS.ERROR.KEYWORD system variable contains the keyword that caused the
error.
&SYS.ERROR.KEYWORD
&SYS.ERROR.LIB The &SYS.ERROR.LIB system variable contains the name of the source library
associated with the NCL procedure that issued the error.
&SYS.ERROR.LIB
&SYS.ERROR.LINE The &SYS.ERROR.LINE system variable contains the TEDIT line number in the source
file at which the error occurred.
&SYS.ERROR.LINE
&SYS.ERROR.NAME The &SYS.ERROR.NAME system variable contains the name specification that caused
the error.
&SYS.ERROR.NAME
&SYS.ERROR.PROCNAME
The &SYS.ERROR.PROCNAME system variable contains the name of the procedure
that caused an error.
&SYS.ERROR.PROCNAME
&SYS.ERROR.RESUMEOK
The &SYS.ERROR.RESUMEOK system variable indicates if the procedure can be
resumed.
&SYS.ERROR.RESUMEOK
&SYS.ERROR.RETRYOK
The &SYS.ERROR.RETRYOK system variable indicates whether the statement causing
the error can be retried.
&SYS.ERROR.RETRYOK