NetBatch Management Programming Manual
Common Definitions
NetBatch Management Programming Manual—522462-003
4-15
Private Token and Field Types
ZBAT-DDL-DEF-JOB
defines ZBAT-MAP-DEF-JOB, an extensible structured token that contains 
information about a job. For the structure of ZBAT-DDL-DEF-JOB, see the 
description of ZBAT-MAP-DEF-JOB in Extensible Structured Tokens on page 4-49.
ZBAT-DDL-DEF-SCHEDULER
defines ZBAT-MAP-DEF-SCHEDULER, an extensible structured token that 
contains information about a scheduler. For the structure of ZBAT-DDL-DEF-
SCHEDULER, see the description of ZBAT-MAP-DEF-SCHEDULER in Extensible 
Structured Tokens on page 4-49.
ZBAT-DDL-DEF-WAITON
defines ZBAT-MAP-DEF-WAITON, an extensible structured token that contains 
details of a job’s dependent relationship with one of its masters. For the structure of 
ZBAT-DDL-DEF-WAITON, see the description of ZBAT-MAP-DEF-WAITON in 
Extensible Structured Tokens on page 4-49.
ZBAT-DDL-DEFINE-ERROR
defines ZBAT-MAP-DEFINE-ERROR, an extensible structured token that contains 
details of the error detected by the scheduler when the scheduler validated ZBAT-
TKN-ATT-SET-DEFINE. For the structure of ZBAT-DDL-DEFINE-ERROR, see the 
description of ZBAT-MAP-DEFINE-ERROR in Extensible Structured Tokens on 
page 4-49.
ZBAT-DDL-EMS
is an enumerated value that indicates the setting of a scheduler’s EMS attribute. It 
has this structure:
Definition ZBAT-DDL-EMS   Begin
      Type Enum
      AS "Unknown".
 89 ZBAT-ENM-EMS-OFF   Value is ZBAT-VAL-EMS-OFF
      As "EMS OFF ".
 89 ZBAT-ENM-EMS-ON    Value is ZBAT-VAL-EMS-ON
      As "EMS ON".
 89 ZBAT-ENM-EMS-ERROR   Value is ZBAT-VAL-EMS-ERROR
      As "EMS ERROR ".
 End










