Examples for the Image Copy function

The following topics provide examples for using the Image Copy function with the FABJMAIN program.

To use DBRC without dynamically allocating the RECON data sets, you must add the DD statements for the DBRC RECON data sets, as shown in the following figure:

Figure 1. Sample DD statements for DBRC RECON data sets
//RECON1   DD  DSNAME=RECON1,DISP=SHR
//RECON2   DD  DSNAME=RECON2,DISP=SHR
//RECON3   DD  DSNAME=RECON3,DISP=SHR