Search found 33 matches

by BalageBaju
Tue Nov 21, 2006 4:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Validate text file against the meta data
Replies: 3
Views: 1629

Sachin,

Also you can get the rejected rows from the Sequential file stage itself by selecting the option "Reject Mode=Output".


Balaji.
by BalageBaju
Fri Nov 03, 2006 6:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conversion of calender date to julian date
Replies: 2
Views: 825

Use Iconv and Oconv functions to get the solution.

Balaji.
by BalageBaju
Thu Oct 26, 2006 3:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to import XML files in parallel jobs?
Replies: 8
Views: 4107

Error gives you the information that, the delimiter that you set in sequential file (may be ',' or '|'...) is not available even after reading 100,000 bytes. AS the name implies, you can use the XML Input as your input stage. Hi, Kumar is correct. Use XML Input stage for importing data from XML fil...