NET/MASTER Network Control Language (NCL) Reference Manual
CONTROL
Verbs
106126 Tandem Computers Incorporated 3–41
NOCMDSEP
specifies that commands executed by an NCL process are not to be scanned for the
concatenation character (;).
ENDMSG
specifies that a message is to be displayed and sent to the activity log when an
NCL process terminates normally.
NOENDMSG
specifies that a termination message is to be displayed only when an NCL process
terminates due to a FLUSH or an error. A message is sent to the activity log when
an NCL process terminates normally.
FINDRC
specifies that the &SYS.RETCODE system variable is set to 100 if a targeted
procedure (not function) is not found. No error message is issued. The order in
which libraries are searched for NCL procedures is:
1. The user procedure library
2. The customized procedure library
3. The distribution procedure library
4. The NCL object library
NOFINDRC
specifies that an error message is to be issued if a specified procedure is not found.
FLDCTL
specifies that the &SYS.PANEL.MODFLD system variable is to be made available
during panel processing.
NOFLDCTL
specifies that &SYS.PANEL.MODFLD system variable is not to be updated during
panel processing.
INTLOG
specifies that all commands executed by the INTCMD verb, and all responses, are
to be logged to the activity log.
NOINTLOG
specifies that the logging of commands executed by the INTCMD verb, and their
responses, is to be suppressed.