Executing FDRZAPOP
This section describes use of FDRZAPOP, but it contains only brief descriptions of the commands available. Extensive HELP descriptions can be printed or displayed to help you use FDRZAPOP; member FDRZAPOP of the FDR Installation Control Library (ICL) contains a complete printout of the FDRZAPOP HELP that can be printed or browsed.
You still need to go through Invoking-the-ABR-Install-ISPF-Dialog through Define-the-COMPAKTOR-Unmovable-Table to understand the options and tables/lists you need to set or create, but you will use FDRZAPOP to perform the changes. To simplify the process, the PRINT command of FDRZAPOP prints the current values of the FDR options in the same organization as the FDR dialog panels described in those sections; even the panel numbers are referenced.
FDRZAPOP JCL
To execute FDRZAPOP as a BATCH job use the following JCL:
//FDRZAPOP EXEC PGM=FDRZAPOP,REGION=0M
//STEPLIB DD DISP=SHR,DSN=fdr.loadlib
//SYSPRINT DD SYSOUT=*
//SYSLIB DD DISP=SHR,DSN=fdr.loadlib
*... FDRZAPOP Control Statements ... /*
Copy options from previous release
When you upgrade to a new release of FDR, you will need to copy all FDR options from the release currently in use. You can do this with the COPY subcommand of FDRZAPOP. This sample job stream copies all FDR option settings as well as the ABR protect lists, the ABR Restore Allocation list, and the COMPAKTOR Unmovable Table.
//STEPLIB DD DISP=SHR,DSN=fdr.loadlib
//SYSPRINT DD SYSOUT=*
//SYSLIB DD DISP=SHR,DSN=new.fdr.loadlib
//OLDFDR DD DISP=SHR,DSN=old.fdr.loadlib
* COPY ALL,FROMDD=OLDFDR /*