8.1 FORMAT Statement Syntax

The FORMAT statement takes the following form:

FORMAT (q1 f1s1 f2s2 . . . fnsn qn)
qn
Is zero or more slash (/) record terminators.
fn
Is a field descriptor, an edit descriptor, or a group of field and edit descriptors enclosed in parentheses.
sn
Is a field separator (a comma or slash). A comma can be omitted in the following cases:

The entire list of field descriptors, edit descriptors, and field separators (including parentheses) is called the format specification.

For More information:


Previous Page Next Page Table of Contents