z/OS TSO/E User's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Data Set Naming Rules

z/OS TSO/E User's Guide
SA32-0971-00

Each data set is identified by a unique data set name. When naming data sets, you must follow certain rules:
  • A data set name consists of one or more parts connected by periods. Each part is called a qualifier.
  • Each qualifier must begin with an alphabetic character (A-Z) or the special characters $, #, @.
  • The remaining characters in each qualifier can be alphabetic characters, digits (0-9), a hyphen (-), or the special characters $, #, @.
  • Each qualifier must be one to eight characters long.
  • The maximum length of a complete data set name before specifying a member name is 44 characters, including the periods.
Example
Some examples of valid data set names are:
PARTS

$PARTS.DATA2

A.VERY.LONG.DATASET.NAME.INDEED

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014