BPERDPDS
Routing code
Read a PDS member.
- Return Code
- Explanation
- X'00000004'
- The member name address passed to the read PDS routine was 0.
- X'00000008'
- The output buffer pointer address passed to the read PDS routine was 0.
- X'0000000C'
- The output buffer length word address passed to the read PDS routine was 0.
- X'00000010'
- The value specified on the RIGHTMAR parameter was either negative or not less than the actual LRECL of the data set.
- X'00000040'
- OPEN failed for the PDS.
- X'00000044'
- The PDS specified was not in fixed format.
- X'00000048'
- The member specified on the MEMBER parameter was not in the PDS.
- X'0000004C'
- A BSAM READ for the specified member failed.
- X'00000050'
- Unable to obtain storage for a buffer to hold the PDS data.
- X'000000F8'
- The requested function is not present in the BPE system at execution time. This is likely due to a macro or module mismatch.
- X'000000FC'
- The parameter list version generated by the macro is not supported by the called service routine. This is likely due to a macro or module mismatch.