NetBatch Manual

Job Planning, Submission, and Management
NetBatch Manual522460-004
4-40
Specifying a Job’s Description
Create automatically an attachment set for a job when the job’s ATTACHMENT-
SET attribute specifies #CURRENT, and #CURRENT has a null value. The set has
a scheduler-generated ID and these attributes:
For example:
2} CHANGEUSER FPP.QA password
2} SET ATTACHMENT-SET (DEFINE =_DEFAULTS, CLASS DEFAULTS,
VOLUME \MELBDEV.$BIG2.QA), (ASSIGN LOG,
\MELBORN.$FPP.QA.LOG)
3} SHOW ATTACHMENT-SET
ATTACHMENT-SET ATTRIBUTES
attachments: DEFINE =_DEFAULTS, CLASS DEFAULTS, VOLUME
\MELBDEV.$BIG2.QA
ASSIGN LOG, \MELBORN.$FPP.QA.LOG
4} INFO ATTACHMENT-SET #CURRENT, DETAIL
-^-0345-
E Undefined substitution
5} SUBMIT JOB QA-TEST, ATTACHMENT-SET #CURRENT
Attachment-set (FPP.QA)4 added
Job QA-TEST job number 6 submitted
6} INFO JOB QA-TEST, ATTACHMENT-SET
JOB ATTRIBUTES for QA-TEST
jobnumber: 6
attachment-set: (FPP.QA)4
7} INFO ATTACHMENT-SET #CURRENT, DETAIL
ATTACHMENT-SET ATTRIBUTES for (FPP.QA)4
security: "UUUU"
temporary: On
attachments: DEFINE =_DEFAULTS, CLASS DEFAULTS, VOLUME
\MELBDEV.$BIG2.QA
ASSIGN LOG, \MELBORN.$FPP.QA.LOG
Specifying a Job’s Description
The DESCRIPTION job attribute contains ASCII text that describes a job. The text
appears in the schedulers log file each time the job runs.
Attribute Value
ASSIGN ASSIGN attributes from working-attributes set. For information on the
working-attributes set, see the descriptions of the SET ATTACHMENT-
SET Command on page 6-130, SHOW ATTACHMENT-SET Command
on page 6-142, rptype on page 6-116, and ADD ATTACHMENT-SET
Command on page 6-34.
DEFINE DEFINE attributes from working-attributes set.
PARAM PARAM attributes from working-attributes set.
SECURITY UUUU unless overridden by SECURITY attribute in working-attributes
set.
TEMPORARY ON unless overridden by TEMPORARY attribute in working-attributes
set.