The format specifier indicates the format to use for data editing. It takes the following form:
The FORMAT statement must be in the same scoping unit as the data transfer statement.
The FORMAT statement must be in the same scoping unit as the data transfer statement.
A default character expression must evaluate to a valid format specification. If the expression is an array, it is treated as if all the elements of the array were specified in array element order and were concatenated.
If the keyword FMT is omitted, the format specifier must be the second specifier in the control list; the io-unit specifier must be first.
If a format specifier appears in a control list, a namelist group specifier must not appear.
For More Information: