NetBatch Manual
Commands
NetBatch Manual—522460-004
6-5
Considerations
STTUS JOB *
STTUS JOB *
^--
0290-E Invalid command
•
The implicit RUN command in this example causes BATCHCOM to execute the
OPEN, SUBMIT JOB, and INFO JOB commands in the file BACKUP:
> BATCHCOM /IN BACKUP/
BATCHCOM - T9190D30 …
OPEN \MELBQAT.$SCHD
NETBATCH SERVER - T9190C23 … Time: 26AUG94 10:29:26
SUBMIT JOB BACKUP, IN $A.OPS.BACKUP, OUT $S.#OPS, AFTER 17:30
Job BACKUP Jobnumber 7 submitted
INFO JOB BACKUP
JOB ATTRIBUTES for BACKUP
jobnumber: 7
volume: $A.OPS, "NCNC"
in: \MELBDEV.$A.OPS.BACKUP
out: \MELBDEV.$S.#OPS
executor-program: \MELBDEV.$SYSTEM.SYSTEM.TACL
pri: 120
selpri: 3
maxprintlines: None
maxprintpages: None
class: STANDARD-CLASS
stall: Off
stop-on-abend: Off
after: 17:30:00
user: 255,255
next-runtime: 26AUG94 17:30:00
•
This example shows ASSIGNs, DEFINEs, and PARAMs from the TACL working
set becoming attachment-set attributes in BATCHCOM’s initial working-attributes
set. BATCHCOM does not propagate the DEFINE =_ZBAT_IMMU_FILE to the set.
> ASSIGN CREDITS-FILE, $DATA6.ACCOUNTS.CREDITS
> PARAM DATE 26AUG94
> ADD DEFINE =_ZBAT_IMMU_FILE, CLASS MAP, FILE NB.HELP
> ALTER DEFINE =_DEFAULTS, VOLUME $A.NB
> BATCHCOM; SHOW ATTACHMENT-SET
ATTACHMENT-SET ATTRIBUTES
attachments: DEFINE =_DEFAULTS, CLASS DEFAULTS, VOLUME
$A.NB
ASSIGN CREDITS-FILE, $DATA6.ACCOUNTS.CREDITS
PARAM DATE 26AUG94
•
The SHOW commands in this example display the contents of BATCHCOM’s
working-attributes set at the start of a session. Note the source of attachment-set
attributes (the TACL working set) and the absence of executor and scheduler
attributes. The value of the VOLUME job attribute comes from the TACL
environment’s current defaults.
> ASSIGN
BACKUP-FILE