NetBatch Manual
NBEXEC
NetBatch Manual—522460-004
B-10
Other Commands
Other Commands
•
! (exclamation point) causes NBEXEC to ignore the rest of the command line. (As
an alternative to !, use :COMMENT.)
! [ comment-text ]
•
* (asterisk) is the identifier of data that NBEXEC passes to a process it starts:
* data
•
. (period) is the identifier of a label marking the start of a section in a control file:
. label
NBEXEC-Defined Logical Variables
•
#ERROR indicates (TRUE or FALSE) whether the NBEXEC error state is set:
#ERROR
•
#NEXTAUDIT indicates (TRUE or FALSE) whether the file is audited by TMF:
#NEXTAUDIT
•
#NEXTFILENAME indicates (TRUE or FALSE) whether a file matches the search
criteria:
#NEXTFILENAME
•
#NEXTLICENSE indicates (TRUE or FALSE) whether the file is licensed to run in
privileged mode:
#NEXTLICENSE
•
#NEXTOPEN indicates (TRUE or FALSE) whether the file is open or has an
incomplete TMF transaction against it:
#NEXTOPEN
•
#NEXTPROGID indicates (TRUE or FALSE) whether the file is secured by the
PROGID option of the FUP SECURE command:
#NEXTPROGID
•
#NEXTROLLFORWARD indicates (TRUE or FALSE) whether the file has the TMF
rollforward-needed flag set:
#NEXTROLLFORWARD
NBEXEC-Defined String Variables
•
#BP contains the text supplied in the last stop message received by NBEXEC from
a waited process:
#BP