NetBatch Management Programming Manual

Common Definitions
NetBatch Management Programming Manual522462-003
4-24
Private Token and Field Types
ZBAT-DDL-RETCODE
is an enumerated value that indicates an error number. The standard SPI error
token ZSPI-TKN-ERROR returns the error number in an error list. For descriptions
of NetBatch error numbers and their associated error lists, see Appendix A, Error
Numbers and Error Lists. ZBAT-DDL-RETCODE has the structure:
Definition ZBAT-DDL-RETCODE Begin
Type Enum
As "Unknown".
89 ZBAT-ENM-W-SEC-BREACH Value is 512
As "wrn sec breach".
89 ZBAT-ENM-W-IN-NE Value is 513
As "wrn in ne".
89 ZBAT-ENM-W-EXECPROG-NE Value is 514
As "wrn execprog ne".
89 ZBAT-ENM-W-CLASS-INITIATION Value is 515
As "wrn class initiation".
89 ZBAT-ENM-W-EXECUTOR-STARTED Value is 516
As "wrn executor started".
89 ZBAT-ENM-W-JOB-EXECUTING Value is 517
As "wrn job executing".
89 ZBAT-ENM-W-WAITON-SATISFIED Value is 518
As "wrn waiton satisfied".
89 ZBAT-ENM-W-NO-SUCH-EXECUTOR Value is 520
As "wrn no such executor".
89 ZBAT-ENM-W-NO-SUCH-JOB Value is 521
As "wrn no such job".
89 ZBAT-ENM-W-NOT-NETWORKABLE Value is 522
As "wrn not networkable".
89 ZBAT-ENM-W-NO-SUCH-CLASS Value is 523
As "wrn no such class".
89 ZBAT-ENM-W-ALTER-TAPEDRIVES Value is 524
As "wrn alter tapedrives".
89 ZBAT-ENM-W-CPU-DOWN Value is 525
As "wrn cpu down".
89 ZBAT-ENM-W-EXECUTOR-STOPPED Value is 526
As "wrn executor stopped".
89 ZBAT-ENM-W-R-ACCESS Value is 527
As "wrn r access".
89 ZBAT-ENM-W-W-ACCESS Value is 528
As "wrn w access".
89 ZBAT-ENM-W-E-ACCESS Value is 529
As "wrn e access".
89 ZBAT-ENM-W-P-ACCESS Value is 530
As "wrn p access".
89 ZBAT-ENM-W-CALENDAR-ERROR Value is 531
As "wrn calendar error".
89 ZBAT-ENM-W-CALENDAR-EXPIRED Value is 532
As "wrn calendar expired".
89 ZBAT-ENM-W-LOG-FILE Value is 533
As "wrn log file".
89 ZBAT-ENM-W-ATT-DELETED Value is 534
As "wrn att deleted".
89 ZBAT-ENM-W-SECURITY Value is 535
As "wrn security".
89 ZBAT-ENM-W-DEFAULTS-DEFINE Value is 536
As "wrn defaults define".
89 ZBAT-ENM-W-ATT-DNE Value is 537
As "wrn att dne".
89 ZBAT-ENM-W-ALREADY-SUSPENDED Value is 538
As "wrn already suspended".
89 ZBAT-ENM-W-ALREADY-ACTIVATED Value is 539
As "wrn already activated".
(continued)