Discrepancy in records

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
suri
Participant
Posts: 24
Joined: Tue May 25, 2004 12:17 am
Location: piscataway
Contact:

Discrepancy in records

Post by suri »

Hi All,
I have created a job which is loading into a file.
I am getting the required output but in couple of records from column 3 it is moving one column a head. ie 3rd column is becoming null and 4 col will have 3rd column value, 5 will have 4th value and soon.

Column 1 and 2 are hardcode values.
column 3 is current timestamp.
So the is no question of delimiter.

Since only couple of records are population with the above issue.

Please someone let me know the solution for the above issue.


Thanks
Suri
reachthiru
Participant
Posts: 28
Joined: Mon Jan 09, 2006 1:31 pm

Post by reachthiru »

Hi Suri,

I feel if you give more details like what is the input source and is there any changes before writing to the file, etc. Then only we can help u.
With regards,
Thiru
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

I don't think you have declared the metadata for your sequential file correctly, either that or the nullability. Could you perhaps post a sample of the line as it is in the file and what you expect?
Post Reply