Fixed Format
|
No
|
For COBOL, the field that specifies whether the content is in fixed or free format:
- If this field is selected, the data is to be in COBOL fixed format, that is, columns 0-6 are reserved for line numbers. The content is expected to end at or before column 72.
- If this field is deselected, the data can be in COBOL free format, that is, the COBOL code can be within columns 0-6 and can span beyond column 72.
For PL/I, the field that specifies whether the content is in fixed or free format. Note the following conditions:
- If you select this field, the declaration is to be in columns 1-72. Columns beyond 72 are reserved for line numbers.
- If you deselect this field, the declaration can be located in any column.
|
x
|
x
|
|