SCHEDULE
Automated Job Submission System
Guide and Reference Manual


Previous Contents Index

15.1 SCHEDULE field names

The SCHEDULE job definition database can be used in a report by specifying the following source parameters:


 SRCRTN = SCHEDULE_DB_IO 
 SRCSHR = SCHEDULESHR 

All the fields in the SCHEDULE Database (job definition record) are listed in Table Table 15-1.

Table 15-1 SCHEDULE Database: Known field names
Name Type Width Description
CONSTANT_1 L 1 always a 1
CURRENT_DELAY L 9 current start delay in minutes
CURRENT_FLAGS LM 10 current flags (none implemented)
CURRENT_NEXT_START QD 25 next start time
DIRECTORY T 40 directory name
FULL_NAME T 60 full name
GEN_COMMENT T 100 full comment text
GEN_COMMENT1 T 50 comment text
GEN_COMMENT2 T 50 comment text
GEN_DOWN_COUNT L 9 number of remaining runs
GEN_FLAGS LM 60 any flags associated with a job ([NO]HISTORY)
GEN_JOB_TAG T 32 initial value to use in the job queue
GEN_LAST_COMPLETED QD 25 last time job completed
GEN_LAST_START QD 25 last time job started
GEN_LAST_SUBMIT QD 25 last time job submitted
GEN_OWNER T 14 owner of a job
GEN_POST_COM_FILE T 50 name of com file to run after a job
GEN_PRE_COM_FILE T 50 name of com file to run prior to a job
GEN_PROTECTION T 24 protection level
GEN_STATUS LU 11 status of job
GEN_UP_COUNT L 9 run count
GEN_USER T 12 owner of a job
JOB_NAME T 20 name of job
NTF_COMPLETED T 32 notify when completed
NTF_DELAYED T 32 notify if delayed
NTF_FAILED T 32 notify if job failed
NTF_FLAGS LM 32 notify user of any flags (MAIL_SUBMITTED, BROADCAST_SUBMITTED, MAIL_STARTED, BROADCAST_STARTED, MAIL_DELAYED, BROADCAST_DELAYED, MAIL_COMPLETED, BROADCAST_COMPLETED, MAIL_FAILED, MAIL_COMPLETED)
NTF_STARTED T 32 notify when job started
NTF_SUBMITTED T 32 notify when submitted
RES_DISK_SPACE T 39 available disk name
RES_ESTIMATED_CPUTIME F 9 estimated cputime
RES_ESTIMATED_DISK_SPACE L 9 estimated disk space
RES_ESTIMATED_ELAPSE_TIME F 9 estimated elapse time
RES_ESTIMATED_IO_COUNT L 9 estimated i/o count
RES_FILE T 60 name of file that must be present in order for job to submit
RES_MEASURED_CPUTIME F 9 measured cputime
RES_MEASURED_ELAPSE_TIME F 9 measured elapse time
RES_MEASURED_IO_COUNT L 9 measured i/o count
RES_MEASURED_NUM_COUNT L 9 measured number count
RSC_CALENDAR T 33 rescheduling calendar used
RSC_DELAYED_AFTER W 6 time after which job is delayed
RSC_INTERVAL Q 20 how often a job runs
RSC_MARKED T 1 marked run day
RSC_NAMED LM 50 named run day (SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, MONTH_START, MONTH_END, YEAR_START, YEAR_END, 445, 454, 544)
RSC_OFFSET Q 20 time of day to run
RSC_TIME_OF_DAY QD 25 time of day to run
RSC_TYPE WM 10 rescheduling method (INTERVAL, MARK, NAMED)
SUB_ACCOUNT T 8 account to charge batch job to
SUB_CHARACTERISTICS T 40 number of characteristics associated with a job
SUB_CLI T 9 CLI associated with a job
SUB_CPUTIME QD 25 cpu time limit of a job
SUB_FLAGS LM 50 enabled features (HOLD, KEEP, NOTIFY, PRINT, RESTART, DELETE)
SUB_LOG_FILE T 60 name of log file
SUB_NAME T 20 name of job
SUB_NODE T 6 node on which job is submitted
SUB_PARAMETER1 T 40 P1 submit parameter
SUB_PARAMETER2 T 40 P2 submit parameter
SUB_PARAMETER3 T 40 P3 submit parameter
SUB_PARAMETER4 T 40 P4 submit parameter
SUB_PARAMETER5 T 40 P5 submit parameter
SUB_PARAMETER6 T 40 P6 submit parameter
SUB_PARAMETER7 T 40 P7 submit parameter
SUB_PARAMETER8 T 40 P8 submit parameter
SUB_PRINTER T 20 printer to submit into
SUB_PRIORITY B 3 queue priority
SUB_QUEUE T 20 queue to submit into
SUB_WSDEFAULT L 9 working set default
SUB_WSEXTENT L 9 working set extent
SUB_WSQUOTA L 9 working set quota


Previous Next Contents Index