DataType

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
senthilt1
Participant
Posts: 134
Joined: Mon Nov 19, 2007 2:17 am

DataType

Post by senthilt1 »

Dear Friends,

I have a file with datatype EBCDIC, Packed decimal and ASCII. Actually this is the file in Abinitio.

I need to migrate this into DStage 8.x.

Do Datastage support EBCDIC, Packed decimal and ASCII datatype. i couldnt find it in Datastage. So kindly guide me how to handle this datatype or is there any equivalent thing available in datastage.

Thanks in Advance!

Senthil P
ArindamBanerjee
Participant
Posts: 10
Joined: Tue Jun 19, 2007 9:44 pm
Location: Kolkata

Post by ArindamBanerjee »

Senthil,
Try Complex File Stage. Datastage supports EBCDIC and Fixed length file formats. Explore and you will find EBCDIC option in dropdown.
Thanks,
~Arindam.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

You can also do this with the normal sequential file stage. Could you explain - does the file have both ASCII and EBCDIC columns?
senthilt1
Participant
Posts: 134
Joined: Mon Nov 19, 2007 2:17 am

Post by senthilt1 »

Andrw,

In my case EBCDIC and Packed decimal types are used in a single file. Ascii is used in diff file.

ArindamBanerjee ,

Thanks for your Info.

SenthilP
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

In that case a sequential file stage will be easier to use.
senthilt1
Participant
Posts: 134
Joined: Mon Nov 19, 2007 2:17 am

Post by senthilt1 »

Hi Andrw,

In seq file stage, do we get the EBCDIC, packed decimal formats in the data type drop down list? I dont find that in 7.5.2. Is 8X has those feautres? Time being i dont have 8x version with me to check this.

Could you please clear this.

Thanks,

Senthil P
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

For each column you can go to the details (click on the column name, right-mouse-click and "edit row" and from there you can specify whether the character column is "EBCDIC" or "ASCII". This is the same in versions 7 and 8.
Post Reply