| This filter compresses EBCDIC numeric data (optional leading sign, numbers
and periods) to an EBCDIC packed decimal field (also known as Comp-3).
There are several notes to keep in mind when using this filter:
- You MUST use this filter inside a Restrict
to Byte Range filter. The field WIDTH is then set by the containing
filter.
- Compressing a field will decrease your output record length, so ensure you
allow for this. A good strategy to avoid problems is to first compress the
rightmost field, then work your work back to the leftmost field. This prevents
the field column positions from changing and makes the file easier to work
with.
See also our
mainframe conversion guide online in the
documents area.
See also:
Compress to Zoned Decimal
EBCDIC to ASCII
ASCII to EBCDIC
Expand Zoned Decimal
Tutorials and User Guides
(online)
|