Data set (IBM mainframe): Difference between revisions

Content deleted Content added
Added information on organization and record formats
mNo edit summary
Line 1:
The term '''data set''' or '''dataset''' is used to refer to [[computer file|file]]s on an [[IBM]] [[mainframe computer]], typically stored on [[DASD]] or [[magnetic tape]]. They are [[record-oriented file]]s. The term pertains to the IBM mainframe operating systems starting with [[OS/360]], and continued to be used through later systems based on that heritage, [[MVS]] system, [[OS/390]], and [[z/OS]].
 
Unlike files on [[Unix|UNIX]] systems, they are not unstructured streams of [[byte]]s but rather are organized in various logical record and block structures determined by the DSORG (data set organization) and RECFM (record format) parameters of the DCB (Data Control Block). The [[DCB]] is a data structure used to access datasets. These parameters may also be specifiecspecified in the Job Control Language [[JCL]] DD statements that are used to allocate them.
 
== Dataset Organization ==