Restoring jobs from tape in nonserver mode

The following is an example of restoring jobs from tape when dump job is in nonserver mode. The first thing that needs to be done is to *CALL the Dump Job DSP.
*X,DJ,IN=560,SERVER=NO 
As a result of the *CALL command, the dump job DSP allocates the tape device and issues the messages below. Unlike server mode, the operator must remember the volumes that need to be used and the order that they need to be mounted.
 IAT6306 JOB (JOB33568) IS DJ      , CALLED BY 01
 IAT7213 DJ0560 (JOB33568): UP AND RUNNING; OUTPUT ON UNIT 0560, DEVICE T560
*IAT7214 DJ0560 (JOB33568): MOUNT TAPE ON UNIT 0560 FOR DJ OUTPUT  
To restore dump jobs from tape, issue the *START,DJ command and specify which jobs you want dumped. In the following example, you can restore jobs in priority 2:
*S,DJ,P=2
As a result of the *START command, dump job restores the requested jobs from the tape (message IAT7255 is displayed on two lines because of space limitations):
 IAT7255 DJ0560 (JOB33575): JOB JOB21    (JOB33414) ENTERED INTO PRIORITY 02
         AS JOB (JOB33414)
 IAT7255 DJ0560 (JOB33575): JOB JOB12    (JOB33413) ENTERED INTO PRIORITY 02
         AS JOB (JOB33413)
 IAT7255 DJ0560 (JOB33575): JOB JOB21    (JOB33532) ENTERED INTO PRIORITY 02
         AS JOB (JOB33532)
 IAT7255 DJ0560 (JOB33575): JOB JOB12    (JOB33533) ENTERED INTO PRIORITY 02
         AS JOB (JOB33533)
    .
    .
    .
 IAT7255 DJ0560 (JOB33575): JOB LABL560  (JOB33566) ENTERED INTO PRIORITY 02
         AS JOB (JOB33566)
 IAT7245 DJ0560 (JOB33575): END-OF-TAPE WHILE READING PRIORITY LEVEL 02
 IAT7281 DJ0560 (JOB33575): RESTORE PROCESSING COMPLETED FOR PRIORITY  LEVEL 02
 IAT7386 DJ0560 (JOB33575): 0000070 JOBS SUCCESSFULLY RESTORED FROM TAPE
 IAT7220 DJ0560 (JOB33575): FUNCTION COMPLETE ON UNIT 0560
*IAT7228 ISSUE START OR CANCEL FOR DJ (JOB33575) (0560)  
You can now issue additional *START,DJ commands to restore other jobs from tape. When you are finished restoring jobs from tape, you can cancel the DJ DSP.
*C,DJ
IAT7200 DJ0560 (JOB33575): DUMP JOB DSP TERMINATING
IAT7450 JOB DJ       (JOB33575) PURGED 
The following shows the dump job log that was created (message IAT7255 is displayed on two lines because of space limitations):
*X,DJ,IN=560
*S,DJ,P=2
IAT7255 DJ0560 (JOB33575): JOB JOB21    (JOB33414) ENTERED INTO PRIORITY 02
        AS JOB (JOB33414)
IAT7255 DJ0560 (JOB33575): JOB JOB12    (JOB33413) ENTERED INTO PRIORITY 02
        AS JOB (JOB33413)
IAT7255 DJ0560 (JOB33575): JOB JOB21    (JOB33532) ENTERED INTO PRIORITY 02
        AS JOB (JOB33532)
IAT7255 DJ0560 (JOB33575): JOB JOB12    (JOB33533) ENTERED INTO PRIORITY 02
        AS JOB (JOB33533)
IAT7255 DJ0560 (JOB33575): JOB JOB30    (JOB33418) ENTERED INTO PRIORITY 02
        AS JOB (JOB33418)
   .
   .
   .
IAT7255 DJ0560 (JOB33575): JOB LABL560  (JOB33566) ENTERED INTO PRIORITY 02
        AS JOB (JOB33566)
IAT7245 DJ0560 (JOB33575): END-OF-TAPE WHILE READING PRIORITY LEVEL 02
IAT7281 DJ0560 (JOB33575): RESTORE PROCESSING COMPLETED FOR PRIORITY LEVEL 02
IAT7386 DJ0560 (JOB33575): 0000070 JOBS SUCCESSFULLY RESTORED FROM TAPE
IAT7220 DJ0560 (JOB33575): FUNCTION COMPLETE ON UNIT 0560
*C,DJ
IAT7200 DJ0560 (JOB33575): DUMP JOB DSP TERMINATING