7.1.1.4 Format Specifier

The format specifier stipulates either explicit or list-directed formatting. In the case of explicit formatting, it also identifies the parameter that controls formatting. The format specifier takes either of the following forms:

{ [FMT=]f }
{ [FMT=]* }
f
Is one of the following:
*
Specifies list-directed formatting.

The keyword FMT is optional if the format specifier is the second parameter in the control list, and the first parameter is a logical unit or internal file specifier without the optional keyword UNIT.

In sequential I/O statements, you can use an asterisk instead of a format specifier to denote list-directed formatting.

For More Information:


Previous Page Next Page Table of Contents