FORTRAN Reference Manual

Statements
FORTRAN Reference Manual528615-001
7-41
Edit Descriptors
Table 7-1 lists the repeatable edit descriptors. Table 7-2 on page 7-42 lists the
nonrepeatable edit descriptors. The following subsections provide additional
information about the use of these edit descriptors.
Table 7-1. Repeatable Edit Descriptors (page 1 of 2)
Descriptor Type
Format
Example
Sample
Output Description
Ew.d numeric E8.1 0.1E+03 Single precision floating-point
with exponent
Ew.dEe numeric E8.2E2 0.12E+06 Single precision floating-point
with explicitly specified exponent
length
Fw.d numeric F6.0 342. Single precision floating-point
without exponent
Dw.d numeric D6.1 .1E+02 Double precision floating-point
with or without exponent
Gw.d numeric G8.2 1.2 Single precision floating-point
with or without exponent
Gw.dEe numeric G9.2E2 0.12E+05 Single precision floating-point
with explicit exponent length
Iw numeric I5 12 Decimal integer
Iw.m numeric I5.3 012 Decimal integer with minimum
number of digits
Iw.m.b numeric I5.3.2 1100 Base b integer with minimum
number of digits
Bw numeric B3 101 Unsigned binary conversion
Bw.m numeric B6.6 000101 Unsigned binary conversion with
the minimum number of digits
Ow numeric O3 10 Unsigned octal conversion
Ow.m numeric O3.3 010 Unsigned octal conversion with
minimum number of digits
Zw numeric Z2 1D Unsigned hexadecimal
conversion
Zw.m numeric Z3.3 21D Unsigned hexadecimal
conversion with minimum number
of digits
Lw logical T Logical
A character A blue Character with data-dependent
length
AW character A6 yellow Character with specified length