Tagged Questions

Extended Binary Coded Decimal Interchange Code (EBCDIC) is a set of 8-bit character encodings.

learn more… | top users | synonyms

8
votes
4answers
7k views

UTF-8 to EBCDIC in Java

Our requirement is to send EBCDIC text to mainframe. We have some chinese characters thus UTF8 format. So, is there a way to convert the UTF-8 characters to EBCDIC? Thanks, Raj Mohan
6
votes
2answers
456 views

C# encoding a file in EBCDIC with packed decimals

I have to prepare a file for an outside entity, and this entity uses an IBM mainframe with COBOL and requires the file to be encoded in EBCDIC. I am creating the file in C#. I guess this is a two-part ...
4
votes
1answer
3k views

Unpacking EBCDIC Packed Decimals (COMP-3) in an ASCII Conversion

I am using Jon Skeet's EBCDIC implementation in .NET to read a VSAM file downloaded in binary mode with FTP from a mainframe system. It works very well for reading/writing in this encoding, but it ...
3
votes
1answer
120 views

Map Unicode characters to similar EBCDIC 1047 characters automatically

I'm trying to encode a string that has characters not supported by the target encoding (CP 1047). Is there a standard/common/easy way of mapping those characters to a cp1047 equivalent? For ...
3
votes
5answers
23k views

Convert String from ASCII to EBCDIC in Java?

I need to write a 'simple' util to convert from ASCII to EBCDIC? The Ascii is coming from Java, Web and going to an AS400. I've had a google around, can't seem to find a easy solution (maybe coz ...
2
votes
2answers
444 views

convert EBCDIC String to ASCII format?

I am having a flat file which is pulled from a Db2 table ,the flat file contains records in both the char format as well as packed decimal format.how to convert the packed data to a java string.is ...
2
votes
2answers
150 views

Import EBCDIC file to SQL Server

I have a file (10 gigs) in an export from a Mainframe database in EBCDIC format. I am trying to get this into a SQL Server 2008 database to query for a client. I am 100% clueless about conversion ...
2
votes
2answers
113 views

How to detect if a Unicode char is supported by EBCDIC in .NET 4.0?

We have a web site and WinForms application written in .NET 4.0 that allows users to enter any Unicode char (pretty standard). The problem is that a small amount of our data gets submitted to an old ...
2
votes
3answers
328 views

How to read EBCDIC data with a non standard codepage, and not mess up numbers?

Here is one for the old(er) hands :-) I'm reading a binary dump from a mainframe DB2 table. The table has varchar, char, smallint, integer and float columns. To make it interesting, the DB2 uses ...
2
votes
4answers
506 views

EBCDIC to ASCII conversion. Out of bound error. In C#

I tried creating a EBCDIC to ASCII convector in C# using this general conversion order(given below). Basically the program converted from ASCII to the equivalent integer and from there into EDCDIC ...
2
votes
2answers
288 views

How to convert ASCII data to EBCDIC in C#?

I read about conversion of ASCII to EBCDIC using this link; Convert String from ASCII to EBCDIC in Java? But this is in java. My requirement is in C#.Net. So can you please help me with this? ...
2
votes
5answers
2k views

How to convert from EBCDIC to ASCII in C#.net

I have a value in EBCDIC format "000000{". I want to convert it into a.Net Int32 type. Can anyone let me know what I can do about it?? So my question is given a string that contains a signed numeric ...
2
votes
2answers
608 views

sshfs EBCDIC to ASCII

what I want to do is to be able to mount via sshfs some files on the mainframe via USS on my local PC. I can do that but sshfs doesnt do straight off the conversion from EBCDIC to ascii/unicode. Is ...
1
vote
3answers
82 views

C code to convert EBCDIC printables to ASCII in-place

What is the simplest way in C to convert an EBCDIC-encoded string to its ASCII equivalent in-place. The only characters that need to be converted are the space, alphanumerics, and from the set ...
1
vote
1answer
82 views

Character set that is not a superset of ASCII

Is there a character set other than EBCDIC that is not a superset of 7-bit ASCII?
1
vote
1answer
111 views

C/C++ character literals on ASCII and EBCDIC systems

After reading the PNG specification I was a little bit surprised. I've read character literals should be hardcoded with binary values like 0x41 not in (the programmer friendly) 'A'. The problem seems ...
1
vote
4answers
534 views

How can I have Packed decimal and normal text in a single file?

I need to generate a fixed width file with few of the columns in packed decimal format and few of the columns in normal number format. I was able to generate. I zipped the file and passed it on to the ...
1
vote
2answers
371 views

How do I do ASCII to EBCDIC translation in Ruby?

I am using ruby 1.8.7 on Mac OS X. How do I convert ASCII to EBCDIC encoding, to communicate with legacy system. Would I have to use to jruby?
1
vote
1answer
742 views

How to change HEX value to EBCDIC char

What is the simplest way to convert HEX value to ebcdic char type in Java e.g. The example below will return at sign but I would like to get ebcidic equivalent i.e. space char.. String hex = "40"; ...
1
vote
1answer
266 views

Insert EBCDIC character into javascript string

I need to create an EBCDIC string within my javascript and save it into an EBCDIC database. A process on the EBCDIC system then uses the data. I haven't had any problems until I came across the ...
1
vote
2answers
327 views

How can I search for a character the displays as <85> in Vim?

I have a file that was converted from EBCDIC to ASCII. Where there used to be new lines there are now characters that show up as <85> (a symbol representing a single character, not the four ...
1
vote
3answers
2k views

Unpacking AS400 packed decimal (BCD) - possibly borked by EBCDIC conversion?

I'm getting files transferred from an AS/400 to our Windows (SBS 2003) via FTP. The files are fixed-width data. The text appears fine, but some of the fields are packed decimals, which when unpacked ...
0
votes
0answers
83 views

Php 5 iconv function working differently on windows installation (xampp) than ubuntu(apache)

I have written a script that converts EBCDID characters into ASCII using the iconv function: iconv("IBM1047", "ISO8859-1//IGNORE", $results_contents); This functions correctly using apache (php5) ...
0
votes
2answers
943 views

How to convert EBCDIC with chinese chars to UTF-8 format

I have a requirement to convert a file with EBCDIC encoding which is encoded using the IBM937 code page to UTF-8 format for loading the file into a multi-byte enabled DB2 database. I have tried unix ...
0
votes
0answers
116 views

How to convert EBCDIC with chinese chars to UTF-8 format

I have a requirement to convert a file with EBCDIC encoding which is encoded using the IBM937 code page to UTF-8 format for loading the file into a multi-byte enabled DB2 database. I have tried unix ...
0
votes
2answers
159 views

How to use { } Curly braces in java-script function to be generated by RPG-CGI pgm

How to write a RPG-CGI program to generate a HTML page which contains a java-script program having function xxx() { aaaaaaaaaaaa; ssssssssss; }. When written in using Hex code constant it is being ...
0
votes
1answer
85 views

How can I preserve EBCDIC in Subversion

We're using Subversion version control and we need to save there files with IBM iSeries encoding (EBCDIC). What is the best way to do it?
0
votes
3answers
3k views

Converting EBCDIC Char to Hex values (AFP EBCDIC data)

I working with some EBCDIC data that I need to parse and find some Hex values. The problem that I'm having is that it appears that I'm reading the file in with the incorrect encoding. I can see that ...
-1
votes
0answers
29 views

Unable to recognize EBCDIC Characters in Linux [closed]

I am converting a ByteMessage (received from MQ) to String in Linux, somehow the EBCDIC characters are getting converted to an unrecognizable format. I tested this on Windows and the characters are ...
-1
votes
5answers
1k views

Is this a sensible approach for an EBCDIC (CP500) to Latin-1 converter?

I have to convert a number of large files (up to 2GB) of EBCDIC 500 encoded files to Latin-1. Since I could only find EBCDIC to ASCII converters (dd, recode) and the files contain some additional ...