Search found 33 matches

by vzmz
Mon Dec 01, 2003 7:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: file validation
Replies: 3
Views: 812

Re: file validation

Get QualityStage to make life easier on this one. If you must use Parallel... Just read the file with no fixed length, and row terminated, and inside a transform stage, do a Len() on that input, and determine which is good, and bad, and deal with the results. -T.J. Thats what exactly i am doing it,...
by vzmz
Mon Dec 01, 2003 3:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: file validation
Replies: 3
Views: 812

file validation

Hi All, I have a sequential file of fixed length of 138 char; it can be more or less. What i have to do is separate the good ones from the bad ones, i mean any record which is not of size 138 has to pushed to a bad file and all the records of size 138 has to be pushed to good one. How can i achieve ...
by vzmz
Mon Nov 24, 2003 1:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to connect to teradata
Replies: 1
Views: 825

unable to connect to teradata

Hi friends I am new DATAStage. I have created a server job i select a teradata stage(I had 3 options 1-terdata_api 2- TeraData Load 3 - teradata multiload.) out of which i selected the API one i mention the terdata director and user name and password and i can pull any data i want. Were as when i am...