Selects free, fixed or varible format for COBOL source.
>>-.---.--SOURCEFORMAT--"format-type"------>< +-/-+
| format-type | The format of COBOL source. This can be:
|
| Default: | SOURCEFORMAT"FIXED" (Dialect ) |
| Phase: | Syntax check |
| $SET: | Any |
SOURCEFORMAT"FREE" sets NOMFCOMMENT, NORESEQ and NOSEQCHK at end.
SOURCEFORMAT"VARIABLE" is set by DIALECT(ENTCOBOL).
Related Topics