Quantcast
Channel: IBM Mainframe Computers Forums
Viewing all articles
Browse latest Browse all 8500

All Other Mainframe Topics :: EBCDIC to ASCII conversion using OCOPY

$
0
0
Author: mistah kurtz
Subject: EBCDIC to ASCII conversion using OCOPY
Posted: Tue Sep 06, 2016 2:26 pm (GMT 5.5)

I'm using the OCOPY command to to convert an EBCDIC data to ASCII using the following OCOPY command:
Code:
OCOPY INDD(INPUT) OUTDD(OUTPUT) TEXT CONVERT((BPXFX311)) FROM1047

The above command uses the CCSID 1047 for conversion.

I want to know if there are any utilities/commands to convert the data using other CCSIDs tables EBCDIC CCSID 37 and EBCDIC CCSID 500.

Basically we want to capture the difference in code points between these three tables. IBM has documented these differences here.

I want to know if we can validate the differences by running any utilities in Mainframe. Is there any way to find what is the defualt CCSID table used for conversion from EBCDIC to ASCII.

Thanks
K.


Viewing all articles
Browse latest Browse all 8500

Trending Articles