Garbled data on sequential file output

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
aesguerra
Participant
Posts: 32
Joined: Tue Sep 09, 2003 9:45 pm

Garbled data on sequential file output

Post by aesguerra »

Hi all,

I'm trying to output data into a sequential file. Problem is, some or most of the fields in the file are garbage. I've tried setting all values to "0" but still gives me the same thing. However, when I output it to a dataset, everything looks ok. Anybody encountered something like this before?

:?

TIA.
sandy
Participant
Posts: 24
Joined: Sun Feb 01, 2004 1:14 am

Post by sandy »

Can you please provide some more information?
gh_amitava
Participant
Posts: 75
Joined: Tue May 13, 2003 4:14 am
Location: California
Contact:

Post by gh_amitava »

Hi,

Can you give some example of the output data ?? Also check the DataStage parameter APT_STRING_PADCHAR.

Regards
~Amitava
aesguerra
Participant
Posts: 32
Joined: Tue Sep 09, 2003 9:45 pm

Post by aesguerra »

output of data looks something like this.

"Agent","Age"00008958",,"Regular","GG042","E3",64","25-3"H",n" 000001.","00006951"
gh_amitava
Participant
Posts: 75
Joined: Tue May 13, 2003 4:14 am
Location: California
Contact:

Post by gh_amitava »

Hi,

Please give the data that you expect. I want to compare it.

Regards
Amitava
aesguerra
Participant
Posts: 32
Joined: Tue Sep 09, 2003 9:45 pm

Post by aesguerra »

record should be something like:

"Agent", "Agent", "Regular", "GG042", "E3", ">64", "25-36 months", "Male"

Now I'm thinking that because of this I'm having some records being rejected when passing thru a lookup stage.
Post Reply