z/OS DFSMS Managing Catalogs
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Notational Conventions

z/OS DFSMS Managing Catalogs
SC23-6853-00

A uniform notation is used to describe the syntax of commands, or the format of control records. This notation is not part of the language. The following conventions can be used in this document:
[ ]
Brackets enclose an optional entry. You can, but need not, include the entry. Examples are:
  • [length]
  • [MF=E]
|
An OR sign (a vertical bar) separates alternative entries. You must specify one, and only one, of the entries unless you allow an indicated default. Examples are:
  • [REREAD|LEAVE]
  • [length|'S']
{ }
Braces enclose alternative entries. You must use one, and only one, of the entries. Examples are:
  • BFTEK={S|A}
  • {K|D}
  • {address|S|O}
Sometimes alternative entries are shown in a vertical stack of braces. An example is:

MACRF={(R[C|P])}
{(W[C|P|L])}
{(R[C],W[C])}

In the example above, you must choose only one entry from the vertical stack.

. . .
An ellipsis indicates that the entry immediately preceding the ellipsis can be repeated. For example:
  • (dcbaddr,[(options)],. . .)
‘  ’
A ‘ ’ indicates that a blank (an empty space) must be present before the next parameter.
UPPERCASE BOLDFACE
Uppercase boldface type indicates entries that you must code exactly as shown. These entries consist of keywords and the following punctuation symbols: commas, parentheses, and equal signs. Examples are:
  • CLOSE , , , ,TYPE=T
  • MACRF=(PL,PTC)
UNDERSCORED UPPERCASE BOLDFACE
Underscored uppercase boldface type indicates the default used if you do not specify any of the alternatives. Examples are:
  • [EROPT={ACC|SKP|ABE}]
  • [BFALN={F|D}]
Lowercase Italic
Lowercase italic type indicates a value to be supplied by you, usually according to specifications and limits described for each parameter. Examples are:
  • number
  • image-id
  • count

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014