The following overview includes the attributes of an OS/400 Job object and describes their functions, allowed values and ways of modification.
Predefined variables may be used in scripts, and script variables may be set to attributes retrieved via predefined variables.
Field |
Attribute |
Value |
Access Via: |
---|---|---|---|
Job report - Database |
JOBREPORT_DB |
"Y" - Yes, "N" - No |
GET_ATT, |
Job report - File |
JOBREPORT_FILE |
"Y" - Yes, "N" - No |
GET_ATT, |
Job report - Generate on error only |
JOBREPORT_ERROR_ONLY |
"Y" - Job reports only saved if error occurs |
GET_ATT, |
Job report - Spool |
OS400_JOBLOG |
"QPJOBLOG" = Only spool contents from QPJOBLOG are saved. |
GET_ATT, |
Type |
OS400_JOBTYPE |
"CMD" = Job with OS/400 commands. |
GET_ATT, |
Runtime options - Job name |
JOB_NAME, JN |
User-defined, |
GET_ATT, |
Runtime options - Priority |
PRIORITY, P |
User-defined, |
GET_ATT, |
Runtime options - Job description |
OS400_JOBD |
User-defined, |
GET_ATT, |
Runtime options - Job queue |
OS400_JOBQ |
User-defined, |
GET_ATT, |
Runtime options - Rooting data |
OS400_RTGDTA |
User-defined, |
GET_ATT, |
See also:
Job
Host Attributes Tab
Attributes
:PUT_ATT statement
GET_ATT function
AE DB Change