Parameters
- FDB=
- Specifies the address of the FDB for the MRF whose record is being retrieved.
- EOD=
- Specifies the address to which the routine returns when end-of-data has been reached.
- SPAN=
- Specifies whether spanned data is to be returned to the requestor. If SPAN=NO is specified, then spanned records are skipped.
- DATCC=
- Specifies a register into which the DATCC address for the record is to be returned. If the record is split across multiple spool records, the address of the first DATCC is returned. If DATCC= is not specified, then the DATCC address is not returned.
- ERROR=
- This parameter specifies the address to which the macro processing routine returns
if an error occurs. When control is passed to the address, register 0 contains a dump code and
register 15 contains a return code, unless otherwise specified. For a description of JES3 dump
codes, see z/OS JES3 Diagnosis.
If an error occurs and ERROR was not specified, the dynamic support program (DSP) will be ended using the FAILDSP macro.
- NORMAL=
- This parameter specifies that after the macro processing routine executes, the issuing program can resume execution at an instruction other than the instruction that immediately follows the macro.