Dumping jobs to tape in nonserver mode

The following is an example of dumping jobs to tape when dump job is in nonserver mode. The first thing that needs to be done is to *CALL the dump job DSP. In the following example, a standard labeled tape is being created on device 560. Device 560 must be varied online as a JES3 global device.
*V,560,ON

IAT5510 0560 VARIED ONLINE ON GLOBAL
*X,DJ,OUT=560,LABEL=SL,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, a data set is not created and cataloged in nonserver mode.
 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 dump jobs to tape, issue the *START,DJ command and specify which jobs you want dumped. In this example, jobs in priority 2 will be dumped to tape:
*S,DJ,P=2 
When the *START,DJ command is issued, dump job may issue message IAT7218 to ask you to mount a tape.
IAT7218 DJ0560 (JOB33568): READY UNIT 0560, OR ISSUE '*START' OR '*CANCEL'
After the tape has been mounted, jobs will be dumped to tape.
 IAT7229 DJ0560 (JOB33568): SUCCESSFULLY DUMPED JOB JOB21    (JOB33414)
 IAT7450 JOB JOB21    (JOB33414) PURGED
 IAT7229 DJ0560 (JOB33568): SUCCESSFULLY DUMPED JOB JOB12    (JOB33413)
 IAT7450 JOB JOB12    (JOB33413) PURGED
 IAT7229 DJ0560 (JOB33568): SUCCESSFULLY DUMPED JOB JOB21    (JOB33532)
 IAT7450 JOB JOB21    (JOB33532) PURGED
 IAT7229 DJ0560 (JOB33568): SUCCESSFULLY DUMPED JOB JOB12    (JOB33533)
 IAT7450 JOB JOB12    (JOB33533) PURGED
    .
    .
    .
 IAT7229 DJ0560 (JOB33568): SUCCESSFULLY DUMPED JOB LABL560  (JOB33525)
 IAT7450 JOB LABL560  (JOB33525) PURGED
 IAT7229 DJ0560 (JOB33568): SUCCESSFULLY DUMPED JOB LABL560  (JOB33566)
 IAT7230 DJ0560 (JOB33568): DUMP PROCESSING COMPLETE FOR PRIORITY LEVEL 02
 IAT7450 JOB LABL560  (JOB33566) PURGED
 IAT7253 DJ0560 (JOB33568): 0000070 JOBS SUCCESSFULLY DUMPED TO TAPE
 IAT7220 DJ0560 (JOB33568): FUNCTION COMPLETE ON UNIT 0560
*IAT7228 ISSUE START OR CANCEL FOR DJ (JOB33568) (0560)  
You can now issue additional *START,DJ commands to dump other jobs to tape. When you are finished dumping jobs to tape, you can cancel the DJ DSP.
*C,DJ

IAT7200 DJ0560 (JOB33568): DUMP JOB DSP TERMINATING
IAT7450 JOB DJ       (JOB33568) PURGED 
The following shows the dump job log that was created:
*X,DJ,OUT=560,SERVER=NO
*S,DJ,P=2
IAT7229 DJ0560 (JOB33568): SUCCESSFULLY DUMPED JOB JOB21    (JOB33414)
IAT7229 DJ0560 (JOB33568): SUCCESSFULLY DUMPED JOB JOB12    (JOB33413)
IAT7229 DJ0560 (JOB33568): SUCCESSFULLY DUMPED JOB JOB21    (JOB33532)
IAT7229 DJ0560 (JOB33568): SUCCESSFULLY DUMPED JOB JOB12    (JOB33533)
IAT7229 DJ0560 (JOB33568): SUCCESSFULLY DUMPED JOB JOB30    (JOB33418)
IAT7229 DJ0560 (JOB33568): SUCCESSFULLY DUMPED JOB JOB30    (JOB33534)
IAT7229 DJ0560 (JOB33568): SUCCESSFULLY DUMPED JOB JOB3     (JOB33420)
IAT7229 DJ0560 (JOB33568): SUCCESSFULLY DUMPED JOB JOB3     (JOB33535)
   .
   .
   .
IAT7229 DJ0560 (JOB33568): SUCCESSFULLY DUMPED JOB LABL560  (JOB33566)
IAT7230 DJ0560 (JOB33568): DUMP PROCESSING COMPLETE FOR PRIORITY LEVEL 02
IAT7253 DJ0560 (JOB33568): 0000070 JOBS SUCCESSFULLY DUMPED TO TAPE
IAT7220 DJ0560 (JOB33568): FUNCTION COMPLETE ON UNIT 0560
*C,DJ
IAT7200 DJ0560 (JOB33568): DUMP JOB DSP TERMINATING