Data set (IBM mainframe): Difference between revisions

Content deleted Content added
No edit summary
Line 8:
In OS/360, the DCB's DSORG parameter specifies how the dataset is organized. It may be physically sequential ("PS"), indexed sequential ("IS"), partitioned ("PO"), or Direct Access ("DA"). Datasets on tape may only be DSORG=PS. The choice of organization depends on how the data is to be accessed, and in particular, how it is to be updated.
 
Programmers utilize various [[access methodsmethod]]s (such as [[QSAM]] or [[VSAM]]) in programs reading and writing data sets, their choice depending on given data set organization.
 
== Record Format (RECFM) ==