Previous Topic: How to UseNext Topic: REPLACE (Replace All Data in a Table)


Example JCL

Following is example JCL for a REORG BACKUPLOAD.

 //jobname    See the previous note and JCL Requirements.
 //       EXEC PGM=DBUTLTY,REGION=2M
 //STEPLIB    See the previous note and JCL Requirements.
 //CXX      DD DSN=cxx.data.set,DISP=SHR           Directory data set
 //BACKUP1  DD DSN=cxx.bkup1,DISP=(,CATLG),         Output data
 //BACKUP2  DD DSN=cxx.bkup2,DISP=(,CATLG),         Output data
 //BACKUP3  DD DSN=cxx.bkup3,DISP=(,CATLG),         Output data
 //                     UNIT=tape
 //SYSIN             DD *                          Command Input
                     REORG OPTION2=BACKUPLOAD,AREA=A01,DBID=789,
                     INNUM=3,DDNAME=BACKUP,KBYTES=9999,NUMBER=1

 /*

Sample Report

Following is a sample report page. For an example report header, see Sample Report Headers.