InterviewSolution
Saved Bookmarks
| 1. |
What Is A Pds? |
|
Answer» PDS is a LIBRARY type of DATA set organization CONSISTING of Directory and Members. The directory consists of blocks, and each block is 256 bytes in length and can hold up to 5 members. Each member of the PDS is a SEQUENTIAL data set. PDS is a library type of data set organization consisting of Directory and Members. The directory consists of blocks, and each block is 256 bytes in length and can hold up to 5 members. Each member of the PDS is a sequential data set. |
|