z/OS DFSMSrmm Implementation and Customization Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


EDG_EXIT300 parameter list

z/OS DFSMSrmm Implementation and Customization Guide
SC23-6874-00

All communication is done using the parameter lists fields. The parameter list is mapped by the macro EDGPL300 as shown in Installation exit mapping macro: EDGPL300.

The same parameter list area is passed to each exit module associated with the exit. Each exit module can update the output area of the parameter list to indicate what processing is required by DFSMSrmm. Depending on the order of the exit routines, your exit module might receive the parameter list before any other exit module has processed it, or it might already have been processed. Before taking a decision in your exit routine, you should check to see if an earlier exit routine has already taken a decision. You should be prepared for your decision to be negated by other exit routine processing.

The parameter list input values are:
PL300_HDR
This field contains the control block header.
PL300_IDENT
This field contains the control block ID.
PL300_VERNO
This field contains the control block version number.
PL300_REVNO
This field contains the control block reversion number.
PL300_SUBPOOL
This field contains the control block subpool number.
PL300_LENGTH
This field contains the control block length.
PL300_FUNCTION
This field contains the requested function.
PL300_MEDINF
This field contains gathered media information.
PL300_LSTTEP
This field contains the address of IFGTEP tape exit parmeters.
PL300_LSTMEDINF
This field contains the address of the media information.
PL300_LSTMDFN
This field contains the volume media information name.
PL300_LSTOFLGS
This field contains medinf processing flags.
PL300_LSTOFMV
This field contains volume is non-IBM media.
PL300_LSTOFFX
This field contains returned data external format.
PL300_LSTRC
This field contains vendor API return code.
PL300_LSTRS
This field contains vendor API reason code.
PL300_LSTOTDSI
This field contains tape data set info.
PL300_LSTMDTX
This field contains media type external format.
PL300_LSTMDRX
This field contains recording format external format.
PL300_LSTMCAP
This field contains medium capacity.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014