Search found 4 matches

by datastageuser
Mon Aug 11, 2003 6:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Splitting one input record into multiple output records
Replies: 4
Views: 2007

Splitting one input record into multiple output records

I have an input record with the format: (a, b ,c ,d ,tax1, value1 ,anothervalue1, tax2, value2, anothervalue2) Datatype of tax1 and tax2 is tax, value1 and value2 is value, anothervalue1 and anothervalue2 is anothervalue. My output record looks like: (tax, value, anothervalue) - So output record is ...
by datastageuser
Mon Aug 11, 2003 6:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Splitting one input record into multiple output records
Replies: 2
Views: 1805

Splitting one input record into multiple output records

I have an input record with the format: (a, b ,c ,d ,tax1, value1 ,anothervalue1, tax2, value2, anothervalue2) Datatype of tax1 and tax2 is tax, value1 and value2 is value, anothervalue1 and anothervalue2 is anothervalue. My output record looks like: (tax, value, anothervalue) - So output record is ...
by datastageuser
Tue Jul 29, 2003 2:22 pm
Forum: Data Quality Best Practices
Topic: New to Datastage (stored procedure question)
Replies: 1
Views: 2822

New to Datastage (stored procedure question)

Hi!, I am new to datastage (just going through the tutorial and the datastage developer's help). I have been able to write some simple transfromation jobs and run them. What I want to achive: 1)Get each record from an input file 2)Call an Oracle stored procedure which would take some fields from the...
by datastageuser
Mon Jul 28, 2003 3:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: New to datastage (Calling stored procedures)
Replies: 2
Views: 1916

New to datastage (Calling stored procedures)

Hi!, I am new to datastage (just going through the tutorial and the datastage developer's help). I have been able to write some simple transfromation jobs and run them. What I want to achive: 1)Get each record from an input file 2)Call an Oracle stored procedure which would take some fields from the...