| FORMAT
The FORMAT command is used to specify a FORMAT to be used in a later READ, WRITE, or PRINT command with the FORMAT option. In general, the format is: FORMAT(list) where list contains edit descriptors.
If the FORMAT is used for a
PRINT statement the user should be careful not to print in column 1 since that column is used for print carriage control. |