


The value of this variable affects how carriage control characters will be treated when found in LINE SEQUENTIAL data files.
RM/COBOL version 2 handles carriage control characters in a line sequential file differently on different systems. By default, both ACUCOBOL-GT and RM/COBOL-85 remove carriage control characters from input records for line sequential files. This is the ANSI standard. RM/COBOL version 2, however, does not remove form-feed characters on MS-DOS machines and does not remove form-feed or carriage return characters on UNIX systems. Some existing RM/COBOL version 2 programs depend on this behavior.
You can retain any or all of these characters in the input record by setting CARRIAGE_CONTROL_FILTER to a value as follows:
| 1
| form-feed characters are retained
|
| 2
| carriage return characters are retained
|
| 4
| line-feed characters are retained |