FCOPY Reference Manual (32212-90008)
74 Chapter5
FCOPY Functions
EBCDIKIN/EBCDIKOUT
Restrictions
You cannot combine EBCDIKOUT with the CHAR, CLEAR, KANA, OCTAL, HEX,orHEXO functions.
Notes
When you use EBCDIKIN with the SUBSET function, the system makes the conversions first.
Refer to appendix C for a complete list of conversion codes.
The maximum number of fields you can specify is 255.
FCOPY does not translate user labels when translating a file.
Examples
The example below copies all records except columns 3 through 6 from the file CODFILE1 to
the file CODFILE2, converting the columns from EBCDIK to JIS code.
>FROM=CODFILE1;TO=CODFILE2;EBCDIKIN=3:6,EXCLUDE
The following example copies records 1 through 30 of FILEA to FILEB, converting the data
from JIS to EBCDIK code.
>FROM=FILEA;TO=FILEB;EBCDIKOUT=1:30