Type of Change: Enhancement
Product: ACUCOBOL-GT
Module: vutil
New Version: 10.1.0
Machines Affected: All
DESCRIPTION:
The vutil -unload -t option now issues a warning if a record containing a newline character is written to the output file. Since line sequential files use newline characters to indicate the end of a record, records that themselves contain newline characters should not be written to line sequential files. Use a binary sequential file format (vutil -unload -b) for such records.
The warning displayed is as follows:
Warning: record containing newline written to line sequential file