Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Make an addition on EBCDIC field

FredericGirod
Active Contributor
0 Kudos

Hi,

I need to make an addition on a field that contain type CHAR. To make this addition, I have to convert to EBCDIC and after add the value.

Do you have any idea how to proceed .

Rgd

Frédéric

1 ACCEPTED SOLUTION

suresh_datti
Active Contributor
0 Kudos

You will have to transalte it .. ie

  • Translate ASCII to EBCIDIC.

translate <field> from code page '1110' to code page '0100'.

Regards,

Suresh Datti

1 REPLY 1

suresh_datti
Active Contributor
0 Kudos

You will have to transalte it .. ie

  • Translate ASCII to EBCIDIC.

translate <field> from code page '1110' to code page '0100'.

Regards,

Suresh Datti