Convert an EBCDIC-encoded, Record Sequential File containing Text Strings and Numeric Values to an ASCII/Text File with a Comma-Separated-Values (CSV) Record Structure.
The Data File Convert is a two step process. The first step does the EBCDIC to ASCII conversion. The second step does the file format and record structure conversion.
The following describes the first step.
|
1.
|
Convert Encoding Schemas, EBC and ASC
|
1.1.
|
Convert Text Strings, EBC and ASC
|
1.2.
|
Convert for Numeric Values stored in Zoned-Decimal format
|
1.3.
|
Maintain Numeric integrity for Binary and Packed Decimal
|
2.1.
|
Convert EBC to ASC (via Run Book)
|
|
|