z/OS DFSMSrmm Reporting
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


EDGJRECV customization

z/OS DFSMSrmm Reporting
SC23-6875-00

Use the following information to customize the EDGJRECV sample job:
ASMAM35 SYSIN
This file is the sample E35FILL exit source code. It is used to perform special processing on some fields of the subcommands that are built. You can avoid using the E35FILL exit source code by removing the MODS statement in the CMDTCNTL file at the end of the sample job.

If you change the subcommand built by the STEP1 job step, you must also consider changing the E35FILL exit source code.

IN1
The file contains the rack numbers of the volumes to be recovered. The file must be variable length record format.
COMMANDS
After execution, the COMMANDS file contains the DFSMSrmm subcommands you can use to add the volumes back into the DFSMSrmm control data set. Review the subcommands that are built and edit them to specify any additional operands or values you want.
CMDTCNTL
This field contains a sort OUTREC statement that is used to build the RMM ADDVOLUME subcommands. It includes comments that describe the fields that are used and the processing that is performed on them. The sample assumes that the input records in the DFSMSrmm extract data set in file IN2 are generated using DATEFORM(A), which is American date format. If your extract data set uses a different date format you must customize the OUTREC statements. Use the commented statements that support ISO and European date formats in place of the default format. Both assigned date and expiration date are processed.

If you change the subcommand that is built, you also must change the E35FILL source code included in the sample. To prevent the E35FILL exit from being used, which is often useful when you are testing updated code, comment out the sort MODS statement.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014