Thread: General

What is VSAM? Is it a database?

Started by Sam • user3 replies263 viewsLast activity 2 weeks ago
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?

Post #2
1 votes
Val
Reputation
178
Posts: 9
Joined: Nov 22, 2024, 8:19 AM
Posted: Jul 28, 2026, 1:13 PM

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.

Post #3
0 votes
Elena
Reputation
391
Posts: 19
Joined: Apr 18, 2024, 9:30 AM
Posted: Jul 28, 2026, 6:13 PM

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