7.1.1 Control List

The control list is composed of parameters that specify one or more of the following:

The statement type can always be determined by the contents of its control list. For example, the control list of a formatted I/O statement always contains a format specifier (FMT=f or f), while that of a list-directed I/O statement always contains an asterisk (*) in place of a format specifier.

The control list takes the following form:

(p [,p] . . . )
p
Is a specifier taking the following form:
[keyword =] value
[keyword =] value
Is one of several possible keywords and values that are described in the following sections.


Previous Page Next Page Table of Contents