Data set (IBM mainframe): Difference between revisions

Content deleted Content added
Line 5:
== Dataset Organization ==
 
In OS/360, Thethe 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 in, in particular, by how it might be updated.
 
== Record Format (RECFM) ==