NetBatch Manual
Attributes
NetBatch Manual—522460-004
7-114
TERM Job Attribute
387 A 133,2 132 1:Hold DEFAULT
16} STATUS ATTACHMENT-SET 34
ATTACHMENT SET IN USE BY JOBS
--------------------------------- --------------
(NB.USER)34 (NB.USER)A
17} DELETE JOB 387
Job A job number 387 deleted
18} STATUS ATTACHMENT-SET 34
ATTACHMENT SET IN USE BY JOBS
--------------------------------- --------------
(NB.USER)34 None
19} EXIT
> BATCHCOM $ZBAT; STATUS ATTACHMENT-SET 34
2172-E (NB.USER)34 does not exist
•
This example shows the automatic deletion of an attachment set whose
TEMPORARY attribute changes from OFF to ON during a session:
27} INFO ATTACHMENT-SET (FPP.QA)DATE, TEMPORARY
ATTACHMENT-SET ATTRIBUTES for (FPP.QA)DATE
temporary: Off
28} STATUS ATTACHMENT-SET (FPP.QA)DATE
ATTACHMENT SET IN USE BY JOBS
--------------------------------- --------------
(FPP.QA)DATE None
29} ALTER ATTACHMENT-SET (FPP.QA)DATE, TEMPORARY ON
Attachment-set (FPP.QA)DATE altered
0534-W Deleted temporary attachment set (FPP.QA)DATE
No jobs were referencing this attachment set.
TERM Job Attribute
The TERM job attribute specifies the home terminal of a job’s executor-program
process.
process-name
specifies the name of the home-terminal process.
BATCHCOM expands a partially qualified process name by using the defaults
specified in the last VOLUME command. If there was no such command, the
defaults current at the start of the session apply.
If you specify TERM without process-name in an ALTER JOB command, the
scheduler removes the TERM attribute from the job. Specifying TERM without
process-name in a SET JOB command makes BATCHCOM remove the TERM
attribute from the working-attributes set.
TERM $process-name