Editing a Source File
> COBOL Editor |
|
It supports editing of files in other formats. The following table summarizes how the editor operates when it opens a file in a format different from the reference format specified for the editor.
|
Reference format defined for COBOL editor |
Reference format of file |
Description |
|---|---|---|
|
Fixed format |
Fixed format |
The editor opens the file with the Fixed format. |
|
Fixed format |
Variable format |
The editor opens the file with the Fixed format. |
|
Fixed format |
Free format |
The editor opens the file with the Fixed format. |
|
Variable format |
Fixed format |
The editor opens the file with the Variable format. |
|
Variable format |
Variable format |
The editor opens the file with the Variable format. |
|
Variable format |
Free format |
The editor opens the file with the Variable format. |
|
Free format |
Fixed format |
The editor opens the file with the Free format. |
|
Free format |
Variable format |
The editor opens the file with the Free format. |
|
Free format |
Free format |
The editor opens the file with the Free format. |
|