VSAM
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
|||
(One intermediate revision by one user not shown) | |||
Line 4: | Line 4: | ||
}} | }} | ||
'''[[VSAM]]''' (Virtual Storage Access Method) is a filesystem technology used in IBM mainframes. | '''[[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. | [[JCL]] (Job Control Language) is used to control access to such systems. | ||
Line 13: | 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