Data set (IBM mainframe)

This is an old revision of this page, as edited by KeyStroke (talk | contribs) at 03:26, 6 October 2004 (Category:Data management). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

IBM mainframe term for a file.

Unlike UNIX files, they are not unstructured streams of bytes, but rather come in various block structures determined by the DSORG (data set organisation) parameter of the JCL which allocated them.

e.g. PDS = Partioned Data Set (dataset divided into partions, each of which holds a separate sub-data set -- kind of like a directory in other systems)