Post #1
1 votes
Jordan
Reputation
12
Posts: 32
Joined: May 2, 2026, 11:10 AM
Posted: Jul 26, 2026, 1:36 PM
People say "put it in a PDS member." Is a PDS like a folder? And a sequential file is just one long file?
People say "put it in a PDS member." Is a PDS like a folder? And a sequential file is just one long file?
Pretty much. PDS (or PDSE) = library with members. Sequential (PS) = one dataset, no members.
Source code usually lives in PDS members. Big data files are often sequential or VSAM.
PDSE is the newer flavor. Same idea for most beginner work.
You must be signed in to reply to this thread