NetBatch Management Programming Manual
Common Definitions
NetBatch Management Programming Manual—522462-003
4-22
Private Token and Field Types
ZBAT-DDL-PC-ERROR1
is an enumerated value returned in event message ZBAT-EVT-JOB-START-
ERROR. The value indicates the cause of the error for ZBAT-DDL-PC-ERROR0
values ZBAT-ENM-PCERR-ILLLIB and ZBAT-ENM-PCERR-ILLPROG. For
descriptions of ZBAT-DDL-PC-ERROR1 values, see the explanation of ZBAT-EVT-
JOB-START-ERROR in Section 6, Event Messages. ZBAT-DDL-PC-ERROR1 has
the structure:
Definition ZBAT-DDL-ERROR1 Begin
Type Enum
As "Unknown".
89 ZBAT-ENM-BADFILE-NOTDISC Value is 1
As "Not a disc file".
89 ZBAT-ENM-BADFILE-NOT100 Value is 2
As "Not fle code 100".
89 ZBAT-ENM-BADFILE-FILSYS Value is 3
As "Not correct file".
89 ZBAT-ENM-BADFILE-TOSVERSION Value is 4
As "Requires later version of
Guardian".
89 ZBAT-ENM-BADFILE-NOMAIN Value is 5
As "No main procedure".
89 ZBAT-ENM-BADFILE-LIBHASMAIN Value is 6
As "LIB file has main procedure".
89 ZBAT-ENM-BADFILE-NODATAPAGES Value is 7
As "Prog has no data pages".
89 ZBAT-ENM-BADFILE-PEPINVALID Value is 8
As "Invalid PEP".
89 ZBAT-ENM-BADFILE-INITSEGS Value is 9
As "Header INITSEGS not
consistent with size".
89 ZBAT-ENM-BADFILE-RESIDENTSIZE Value is 10
As "Resident size greater than
code area length".
89 ZBAT-ENM-BADFILE-NOFIXUPS Value is 11
As "File not fixed up by binders".
89 ZBAT-ENM-BADFILE-NOUNDEFBLOCKS Value is 12
As "File has unidentified data
blocks".
89 ZBAT-ENM-BADFILE-DATACODEREF Value is 13
As "Unresolved data block
references in data blocks".
89 ZBAT-ENM-BADFILE-MANYSPACES Value is 14
As "Too many code spaces in
object file".
End