Data set (IBM mainframe)

This is an old revision of this page, as edited by 140.147.131.190 (talk) at 14:09, 22 April 2005. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The term data set or dataset is used to refer to files on an IBM mainframe computer, typically stored on DASD or magnetic tape.

Unlike files on UNIX systems, they are not unstructured streams of bytes, but rather are organized in various logical record and block structures determined by the DSORG (data set organisation) parameter of the JCL that was used allocated them.

For example, a PDS or Partitioned Data Set is a dataset containining multiple members, each of which holds a separate sub-data set, similar to a directory in other types of file system.