Top: f77
Previous: 9,2,4 - Informational_Messages Next: 10,1 - Default_Field_Descriptors
Section 10: Format_Specifiers
A FORMAT statement specifies the format in which data is to be
transferred as well as the conversion (editing) required to achieve
that format. FORMAT statements are nonexecutable statements used
with formatted I/O statements and with ASSIGN, ENCODE, and DECODE
statements.
Fields defined by a FORMAT statement can contain variable format
expressions. A variable format expression is an integer variable
or expression enclosed in angle brackets that takes the place of an
integer constant. The value of the variable or variables can
change during program execution.
Sub-Topics
- Default_Field_Descriptors
- General_Form
- Format_Descriptors
- Repeat_Count
- Reversion
- Variable_Format_Expressions
- Field
- Edit
- 'characters'
- Carriage_Control
- $
- :
- A
- BN
- BZ
- D
- E
- F
- G
- H
- I
- L
- O
- P
- Q
- S
- SP
- SS
- T
- TL
- TR
- X
- Z
Top: f77
Previous: 9,2,4 - Informational_Messages Next: 10,1 - Default_Field_Descriptors