VSAM
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Filesystem }} '''VSAM''' (Virtual Storage Access Method) is a filesystem technology used in IBM mainframes. JCL (Job Contr...") |
Dan Tobias (Talk | contribs) |
||
Line 12: | Line 12: | ||
* [http://pic.dhe.ibm.com/infocenter/zos/v1r12/index.jsp?topic=%2Fcom.ibm.zos.r12.idad400%2Fdef2.htm Defining a Data Set with JCL] | * [http://pic.dhe.ibm.com/infocenter/zos/v1r12/index.jsp?topic=%2Fcom.ibm.zos.r12.idad400%2Fdef2.htm Defining a Data Set with JCL] | ||
* [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]] |
Revision as of 20:33, 1 January 2014
VSAM (Virtual Storage Access Method) is a filesystem technology used in IBM mainframes.
JCL (Job Control Language) is used to control access to such systems.
Links
- Wikipedia article
- VSAM tutorial (actually a bunch of code samples)
- Defining a Data Set with JCL
- VSAM demystified