Replacement for the NCZ93205 subroutine.
"cedarlakebuzzards" <cedarlakebuzzards-/[email protected]>
| Newsgroups | gmane.comp.emulators.turnkey-mvs |
|---|---|
| Message-ID | <[email protected]> |
I have just uploaded a replacement for the NCZ93205 subroutine that allows COBOL programs to access PDS members dynamically. The file is PDSUNLOD.ZIP This new routine is called PDSGET. It allows individual random access of member or sequential pass of the directory. It can be called by MVT COBOL and PL/I(F) programs. A demo program to print the contents of an entire PDS is included in the ZIP. COBOL PROGRAMS should call as PDSGET or NCZ93206. PL/1(F) programs should call PDSGETP. The comments in the code and the demo program document how to use PDSGET.