View previous topic :: View next topic
|
Author |
Message |
thelefthandofdarkness
New User
Joined: 25 Jul 2018 Posts: 2 Location: slovakia
|
|
|
|
Hey All,
I have the issue about Arabic char set.
This is my conversion code from IN jcl:
Code: |
//CONV01 EXEC PGM=EDCICONV,
// PARM=('FROMCODE(IBM-420),TOCODE(UTF-8)')
//STEPLIB DD DISP=SHR,DSN=SYS1.SCEERUN
//SYSUT1 DD DSN=&&TEMP1,DISP=(OLD,DELETE)
//SYSUT2 DD DSN=LIWE.FTP.SBM.CONDATA,
// DISP=(,CATLG),UNIT=SYSDA,
// SPACE=(7476,(25000,500),RLSE),
// DCB=(LRECL=1154,RECFM=VB,DSORG=PS)
//SYSPRINT DD SYSOUT=*
//SYSIN DD DUMMY
|
The result after running this code:
This is string صندوق بريد, after running code is look like دﻳرﺑ قودﻧﺻ.
It seems doing vice verse.
How can i solve this issue?
Thank you. |
|
Back to top |
|
|
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 8796 Location: Welsh Wales
|
|
|
|
Please use the code tags to make your posting much clearer - Have done it this time for you.
Code: |
[code]
Your
stuff
goes here
[/code] |
|
|
Back to top |
|
|
Nic Clouston
Global Moderator
Joined: 10 May 2007 Posts: 2454 Location: Hampshire, UK
|
|
|
|
Where is your Clist/Rexx code? You posted in the CLIST/REXX part of the forum so, presumably, you have some. |
|
Back to top |
|
|
thelefthandofdarkness
New User
Joined: 25 Jul 2018 Posts: 2 Location: slovakia
|
|
|
|
I posted wrong place, sorry I don't know how can i solve. So i posted it under IBM tools. Thank you. |
|
Back to top |
|
|
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
Have you submitted a PMR to IBM? If not, start there -- the vendor should be your FIRST choice for such issues. |
|
Back to top |
|
|
|