VSAM
From Just Solve the File Format Problem
(Difference between revisions)
Line 15: | Line 15: | ||
* [http://www.redbooks.ibm.com/redbooks/SG246105/wwhelp/wwhimpl/js/html/wwhelp.htm VSAM demystified] | * [http://www.redbooks.ibm.com/redbooks/SG246105/wwhelp/wwhimpl/js/html/wwhelp.htm VSAM demystified] | ||
− | [[Category:IBM]] | + | [[Category:IBM mainframe]] |
Latest revision as of 12:46, 2 January 2021
VSAM (Virtual Storage Access Method) is a filesystem technology used in IBM mainframes.
VSAM is not a filesystem per se, it is a layer which sits on top of the IBM VTOC filesystem.
JCL (Job Control Language) is used to control access to such systems.
[edit] Links
- Wikipedia article
- VSAM tutorial (actually a bunch of code samples)
- Defining a Data Set with JCL
- VSAM demystified