How handle UNISYS 9bit data

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
dhwankim
Premium Member
Premium Member
Posts: 45
Joined: Mon Apr 07, 2003 2:18 am
Location: Korea
Contact:

How handle UNISYS 9bit data

Post by dhwankim »

Hi gurus.

I want to extract data from unisys Mainframe.

They(my customer) said this unisys system is using 9bit data format.

but I have no idea about unisys.

So I want to know how extract from 9 bit data to open system.
and How to support this process by datastage.

How to convert 9bit format to 8bit format.

PLS give any idea about that.

Thanks in Advance.

From Seoul. Korea
roy
Participant
Posts: 2598
Joined: Wed Jul 30, 2003 2:05 am
Location: Israel

Post by roy »

Hi,
First time i hear of this, then again I never dealt with something like this before.
the only advice I can think of is to try to get an idea of what this 9bit data is, how it is implemented etc'.
then check how and if you can comunicate with such data in the required env.
are there any existing drivers that supports this type of data representation?

IHTH,
Roy R.
Time is money but when you don't have money time is all you can afford.

Search before posting:)

Join the DataStagers team effort at:
http://www.worldcommunitygrid.org
Image
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Why do you always get the hard ones, Dae-Hwan? :shock:

I think you will need to ask the owners of the mainframe, or the Unisys company, what "9 bit" actually means. It may, for example, be a proprietary scheme for encoding Korean characters. If you can obtain a list of character mappings, it may be possible to build a DataStage NLS map with hooks for handling 9-bit quantities.

Another possibility is that the ninth bit is simply a check bit.

A much simpler approach would be, if possible, to have the mainframe dump the data in an appropriate eight-bit format, possibly one of the KSC encodings.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply