Please enable JavaScript to view this site.
From versions after 6.2.82 - This program will take the text that you supply in PARM1 - PARM4 and translate it from its current CCSID (Coded Character Set Identifier) supplied in PARM5, to the CCSID you want the text to be converted to supplied in PARM6. The translated text will be passed back in the corresponding PARM1 - PARM4.
Note: PARM1, PARM5 & PARM6 are Mandatory entries and PARM2 - PARM4 are Optional.
Parameter |
In |
Len |
Out |
Len |
PARM1 |
Text to translate |
132 |
Translated Text |
132 |
PARM2 |
Text to translate |
132 |
Translated Text |
132 |
PARM3 |
Text to translate |
132 |
Translated Text |
132 |
PARM4 |
Text to translate |
132 |
Translated Text |
132 |
PARM5 |
Source CCSID (e.g. 1146) - if this is 0 the CCSID for the job will be used. |
5 |
- |
|
PARM6 |
Target CCSID (e.g. German 1141) |
5 |
- |
|