Packed Decimal Data Type

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
reddyds
Participant
Posts: 25
Joined: Wed Jul 06, 2005 12:16 am

Packed Decimal Data Type

Post by reddyds »

Hi

I have a packed Decimal Data (19,4) iam not able to read the file using Complex Flat File as well as sequential file does PX have any particular stage to read a *.dat file with Packed Decimal Data.

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

Post by ArndW »

reddyds,

DataStage supports packed decimal fields. The CFF can do this and a normal sequential stage and use of the sdk functions accomplishes this as well. You will need to explain what your problem is before someone can assist you. Were the packed fields written by PL1 or Cobol? What have you done and what was the error are some of the basic questions whose responses you should post. Easiest would be if you could narrow down the problem to just your packed decimal column to make sure your columns aren't mixed up.
reddyds
Participant
Posts: 25
Joined: Wed Jul 06, 2005 12:16 am

Packed Decimal Datatype

Post by reddyds »

Hi ArndW

Thanx for the response iam trying to read a cobol written Packed Decimal type data filelds with (19,4) as length as there is no specifc data type as Packed Decimal in CFF Stage and when i try to read it as decimal one it is not taking more than (18,4) as length so how to go abt it.

Regards
Srireddy
Post Reply