Post #1
0 votes
Sam
Reputation
5
Posts: 28
Joined: Jul 1, 2026, 2:30 PM
Posted: Jul 28, 2026, 11:13 AM
Heard KSDS / ESDS / RRDS. Is VSAM like DB2 or more like a fancy file?
Heard KSDS / ESDS / RRDS. Is VSAM like DB2 or more like a fancy file?
Fancy file system, not a relational database. No SQL.
KSDS = keyed (what most people mean). ESDS = entry sequence. RRDS = relative record.
DB2 is tables and SQL. VSAM is records and keys. Both show up in the same shops for decades.
You will use both. Do not try to make VSAM into DB2 in your head.
You must be signed in to reply to this thread