NetBatch Management Programming Manual

Commands and Responses
NetBatch Management Programming Manual522462-003
5-9
Characters Matched by Wild-Card Characters
Characters Matched by Wild-Card Characters
Wild-card characters:
Command Descriptions
Descriptions of the NetBatch programmatic commands appear in alphabetic order on
these pages.
ABORT SCHEDULER Command
The ABORT SCHEDULER command immediately stops all executing and suspended
processes associated with jobs and shuts down the scheduler.
Token in Command Buffer
For information on the token present in the command buffer, see Section 4, Common
Definitions.
Tokens in Response Buffer
For information on the tokens present in the response buffer, see Section 4, Common
Definitions.
Operational Note
The ABORT SCHEDULER command is a sensitive command available to NetBatch
supervisors only.
* Match zero or more characters. For example, A*D matches character strings beginning
with A and ending in D (such as ABCD and AD, but not CAD or ADE). You can use
multiple asterisks as long as you separate them by at least one other character. For
example, *CD* matches strings containing CD (such as ABCDEF, XYZCD, and CD21,
but not BC3D or DCA). The asterisk on its own matches all strings.
? Match a single character. For example, ABC?? matches five-character strings beginning
with ABC (such as ABCDE and ABC12, but not ABCDEF).
Command
ZBAT-CMD-ABORT
Object Type
ZBAT-OBJ-SCHEDULER
Token in Command Buffer
ZSPI-TKN-COMMENT token-type ZSPI-TYP-STRING.
Tokens in Response Buffer
ZSPI-TKN-DATALIST token-type ZSPI-TYP-LIST.
ZSPI-TKN-ERRLIST token-type ZSPI-TYP-LIST.
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.
ZSPI-TKN-RETCODE token-type ZSPI-TYP-ENUM.
!{}
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.