Search found 25 matches

by 120267
Wed Dec 20, 2006 3:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Splitting One File to Multiple Files
Replies: 21
Views: 12634

Great Thanks chulett, I have tried it. It's working fine.But the file is having the latest record.Is there any property to set "Append the File" If i gave the input File as... Input File :Product.txt Product_name Region Level Sales A Adc 1 2300$ A Adb 1 2300$ A Ad1 1 2300$ A Ad2 1 2300$ B ...
by 120267
Wed Dec 20, 2006 12:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Splitting One File to Multiple Files
Replies: 21
Views: 12634

narasimha, It should be like this Input File :Product.txt Product_name Region Level Sales A Adc 1 2300$ A Adb 1 2300$ A Ad1 1 2300$ A Ad2 1 2300$ B Adc 1 2300$ B Adb 1 2300$ B Ad1 1 2300$ B Ad2 1 2300$ C Adc 1 2300$ C Adb 1 2300$ C Ad1 1 2300$ C Ad2 1 2300$ I want the out put as 3 files: Out Put Fil...
by 120267
Wed Dec 20, 2006 12:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Splitting One File to Multiple Files
Replies: 21
Views: 12634

Ray,

The count of the products are not Defined, It is dynamic.If we get 60 products we have to split as 60 files with product name as the file name.We may get more than 100 products also.Is there any solution with out implementing using loop.
by 120267
Wed Dec 20, 2006 12:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Duplicates while inserting in to target
Replies: 7
Views: 3311

Hi, My source will have left outer join with target to get the target surrogate key.If the CDC columns are changed for that Natural Key ..I am inserting one New record with New surrogate Key and Updating the old Record based on the Sk column.As i mentioned earlier it's a row by row commit and Groupe...
by 120267
Wed Dec 20, 2006 12:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Duplicates while inserting in to target
Replies: 7
Views: 3311

Hi, My source will have left outer join with target to get the target surrogate key.If the CDC columns are changed for that Natural Key ..I am inserting one New record with New surrogate Key and Updating the old Record based on the Sk column.As i mentioned earlier it's a row by row commit and Groupe...
by 120267
Tue Dec 19, 2006 11:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Splitting One File to Multiple Files
Replies: 21
Views: 12634

Splitting One File to Multiple Files

Hi, I want to split the Product Sales File, Which is having 100 Products.I have to split that file and store it as 100 Flat files with Product name as the File Name.We are not supposed to use the loop activity to trigger the same job for 100 times.Is there any other way to do it in the same datastag...
by 120267
Mon Dec 18, 2006 12:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Duplicates while inserting in to target
Replies: 7
Views: 3311

Duplicates while inserting in to target

Hi, We are facing a peculiar problem in DS. We are using SCD2 job. From the source we are loading in to hash file and from the hash file we are inserting in to target. Its a row by row commit and before inserting we are having oracle stage lookup to generate surrogate key. Our problem is some times ...
by 120267
Wed Dec 06, 2006 1:08 am
Forum: General
Topic: Automatic Job Generator - does one exist??
Replies: 39
Views: 22999

Hi Sreeni, Based on the requirement. We can write the VB code which will take the template as the input and generate the DSX as output. For this we have to provide the configuration files such as target table, source table.etc. Based on this it will connect to database and fetch the Meta data and pl...
by 120267
Sun Oct 15, 2006 6:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: logging text , final text message in terminator stage
Replies: 1
Views: 1083

logging text , final text message in terminator stage

Hi,
what is Difference between logging text , final text message in terminator stage.Anyhave its a terminator stage and it will be excuted in fraction of second.What is the need for giving two different messages?
thanks,
Siva.G
by 120267
Fri Sep 08, 2006 1:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is it possible to capture the UNIX exit code from DS
Replies: 2
Views: 1501

Is it possible to capture the UNIX exit code from DS

Hi, We are calling one shellScript stored in param InputArg1 using "Call 'DSU.ExecSH'(InputArg1, result1) " , The shell will exit with different set of exit codes such as 5,4 and i have to capture the return codes and act accordingly.But the "result1" is always having 0 or 1.Will...
by 120267
Thu May 25, 2006 7:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer Should wait and check for abort
Replies: 10
Views: 4302

yes anupam i am testing in test server only...But in my case i am using loop activity which may trigger all 5 or even one based on my routine output.So the sequencer property ALL wont work here.So is there any other way to achive this.
by 120267
Thu May 25, 2006 6:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer Should wait and check for abort
Replies: 10
Views: 4302

Anupam, I tried your way,But I want the sequencer to be aborted .But the sequencer is not aborting as per the suggestion made by you.It just throws warning. I have to wait till all the jobs complete and finally check for abort and have to abort the sequencer if any one job aborts.I am also getting o...
by 120267
Thu May 25, 2006 4:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer Should wait and check for abort
Replies: 10
Views: 4302

Hi ramesh,

How to check for abort /pass?In sequencer stage there is no properties to check for fail.
by 120267
Mon Mar 06, 2006 4:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is it possible to call a oracle function in Stored Procedure
Replies: 7
Views: 3450

Re: Is it possible to call a oracle function in Stored Proce

Hi,

I am not having that document ,Will some one help me on this,Otherwise give link where i can find this document.

Thanks,
Siva.G
by 120267
Fri Feb 24, 2006 7:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is it possible to call a oracle function in Stored Procedure
Replies: 7
Views: 3450

Is it possible to call a oracle function in Stored Procedure

Hi,
I am using DS 7.5,I need info on Stored procedure stage.Is it possible to call a function in Stored procedure stage.Bcoz i am returrning some value and i need to capture that...

Will u Heilp me on this.

Thanks,
Siva.G