Spooler Utilities Reference Manual
Peruse
Spooler Utilities Reference Manual—522295-003
3-32
LINK Command
LINK Command
The LINK command links the specified job to the current batch job. The key attributes
of the specified job must match those of the current batch job.
job-number
specifies the job to be linked to the current batch job.
Example
The following Peruse display shows that batch 555 contains two jobs, 1167 and 1289.
Note that job 1200 is not currently part of batch 555.
To add job 1200 to batch 555, you must first enter the command to make batch 555
current. Then you enter a LINK command to link job 1200 to the current batch job.
Enter a JOB command to verify that job 1200 is linked to batch 555.
LINK job-number
PERUSE - T9101D48 - (30MAR2001) SYSTEM \NS
Copyright Tandem Computers Incorporated 1978, 1982, 1983,
1984, 1985, 1986, 1987, 1988, 1989, 1991
JOB BATCH STATE PAGES COPIES PRI HOLD LOCATION REPORT
1167 555 READY 1 1 4 #BATCH STEVEW
1200 READY 3 1 4 #ANOTHERFILE STEVEW
1289 555 READY 430 1 4 #CHECK TACL STEVEW
_
_BATCH 555
_LINK 1200
_JOB
JOB BATCH STATE PAGES COPIES PRI HOLD LOCATION REPORT
B 1167 555 READY 1 1 4 #BATCH STEVEW
B 1200 555 READY 3 1 4 #ANOTHERFILE STEVEW
B 1289 555 READY 430 1 4 #CHECK.TACL STEVEW
_
Note. The location of job 1200, #ANOTHERFILE, is associated with the same device as
#BATCH and #CHECK.TACL. If it were not, the error KEY ATTRIBUTES OF JOB DON’T
MATCH THOSE OF BATCH JOB would be returned.