NetBatch Management Programming Manual
Common Definitions
NetBatch Management Programming Manual—522462-003
4-59
Extensible Structured Tokens
ZINFO−LAST−MODUSER
is the user ID of the last user to alter the job.
ZTIME−LIMIT
specifies the job’s LIMIT attribute. The range is 0 through 999 hours and 0
through 59 minutes. The default value is 0 hours and 0 minutes.
ZBAT-MAP-DEF-SCHEDULER
is an extensible structured token that contains information about a scheduler. The
token’s usage in scheduler commands is:
ZBAT-MAP-DEF-SCHEDULER has the structure:
ZBACKUPCPU2
specifies the second processor preference for the scheduler’s backup process.
ZBACKUPCPU2, with ZBACKUPCPU1, specifies the scheduler’s
Command ZBAT-MAP-DEF-SCHEDULER
ABORT SCHEDULER Not used
ADD SCHEDULER Required in command buffer
ALTER SCHEDULER Required in command buffer
INFO SCHEDULER Returned in response buffer
SHUTDOWN SCHEDULER Not used
START SCHEDULER Not used
STATUS SCHEDULER Not used
SWITCHCPU SCHEDULER Not used
SWITCHLOG SCHEDULER Not used
Definition ZBAT-DDL-DEF-SCHEDULER.
02 ZBACKUPCPU2 Type ZSPI-DDL-INT.
02 ZBACKUPCPU1 Type ZSPI-DDL-INT.
02 ZMAXCONCURRENTJOBS Type ZSPI-DDL-INT.
02 ZMAXTEMPEXECUTORS Type ZSPI-DDL-INT.
02 ZTAPEDRIVES Type ZSPI-DDL-INT.
02 ZMAXPRI Type ZSPI-DDL-INT.
02 ZINFO-TAPEDRIVES-IN-USE Type ZSPI-DDL-INT.
02 ZAT-ALLOWED Type ZSPI-DDL-BOOLEAN.
02 ZSUBMIT-ALLOWED Type ZSPI-DDL-BOOLEAN.
02 ZEVERY-CATCHUP Type ZSPI-DDL-BOOLEAN.
02 ZEMS Type ZBAT-DDL-EMS.
02 ZCLASSNAME Type ZBAT-DDL-NETBATCH-NAME.
02 ZPRI Type ZSPI-DDL-INT.
02 ZSELPRI Type ZSPI-DDL-INT.
02 ZMAXPRINTLINES Type ZSPI-DDL-INT2.
02 ZMAXPRINTPAGES Type ZSPI-DDL-INT2.
02 ZSTOP-ON-ABEND Type ZSPI-DDL-BOOLEAN.
02 ZSTALL Type ZSPI-DDL-BOOLEAN.
02 ZHIGHPIN Type ZSPI-DDL-BOOLEAN.
02 ZINITIATION Type ZSPI-DDL-BOOLEAN.
02 ZLOCALNAMES Type ZSPI-DDL-CHAR8
Occurs 30 times.
End