Data set (IBM mainframe): Difference between revisions

Content deleted Content added
m Revert to revision 83156550 by 69.106.232.37.
Lavinio (talk | contribs)
Changed { to (
Line 5:
== Dataset Organization ==
 
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 in, in particular, by how it might be updated.
 
== Record Format (RECFM) ==