IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Code char set conversion from IBM-420 to UTF-8


IBM Mainframe Forums -> IBM Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
thelefthandofdarkness

New User


Joined: 25 Jul 2018
Posts: 2
Location: slovakia

PostPosted: Thu Jul 26, 2018 3:03 pm
Reply with quote

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
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Thu Jul 26, 2018 3:47 pm
Reply with quote

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
View user's profile Send private message
Nic Clouston

Global Moderator


Joined: 10 May 2007
Posts: 2455
Location: Hampshire, UK

PostPosted: Thu Jul 26, 2018 7:05 pm
Reply with quote

Where is your Clist/Rexx code? You posted in the CLIST/REXX part of the forum so, presumably, you have some.
Back to top
View user's profile Send private message
thelefthandofdarkness

New User


Joined: 25 Jul 2018
Posts: 2
Location: slovakia

PostPosted: Mon Jul 30, 2018 8:48 pm
Reply with quote

I posted wrong place, sorry icon_confused.gif I don't know how can i solve. So i posted it under IBM tools. Thank you.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Tue Jul 31, 2018 12:28 am
Reply with quote

Have you submitted a PMR to IBM? If not, start there -- the vendor should be your FIRST choice for such issues.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> IBM Tools

 


Similar Topics
Topic Forum Replies
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts 10 byte RBA conversion DB2 2
No new posts 10 byte RBA conversion -non applicati... JCL & VSAM 1
Search our Forums:

Back to Top