Search found 83 matches

by sravanthi
Thu Jan 15, 2009 11:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job taking most of CPU
Replies: 11
Views: 4696

Parallel job taking most of CPU

Hi, I'm running a parllel job and it is taking most of server cpu and others are not able to work when my job is running. The job is doing a look up between 3 tables and using column generator and a funel stage and writing to a data set. I've tried running on 2 ,4 nodes the cpu is 100% for both of t...
by sravanthi
Wed Oct 08, 2008 2:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: need help -- dsjob -run
Replies: 9
Views: 3021

Thanks
by sravanthi
Wed Oct 08, 2008 1:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: need help -- dsjob -run
Replies: 9
Views: 3021

I did.Wait ...waits for job to complete.

jobstatus waits for job to complete and gives an exit code from job status.Hope it returns 1 which is not complete for other process except data stage.

Not sure how to use jobstatus which returns 0 to indicate job is completed.
by sravanthi
Wed Oct 08, 2008 1:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: need help -- dsjob -run
Replies: 9
Views: 3021

Craig,

I have modified to dsjob -run -warn 0 -wait DS-PRJ sequencer

Is this enough or do we need some thing else.
by sravanthi
Wed Oct 08, 2008 1:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: need help -- dsjob -run
Replies: 9
Views: 3021

Thanks Craig

How to add that wait to this script.What is command for that.please advice!
by sravanthi
Wed Oct 08, 2008 1:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: need help -- dsjob -run
Replies: 9
Views: 3021

Thanks Craig

How to add that wait to this script.What is command for that.please advice!
by sravanthi
Wed Oct 08, 2008 1:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: need help -- dsjob -run
Replies: 9
Views: 3021

need help -- dsjob -run

Hi,

I have a batch script to call a sequencer.It is like :

cd \Ascential\DataStage\Engine\bin
dsjob -run -warn 0 DS-PRJ sequencer

This job has dependency job which should run after this job.

Does this script exits immediately or after successful completion of job.Please let me know
by sravanthi
Fri Aug 08, 2008 11:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: finding words separated by spaces
Replies: 8
Views: 2317

Thank You Chulett .

I was able to produce output file usinf field command. :D
by sravanthi
Thu Aug 07, 2008 2:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: finding words separated by spaces
Replies: 8
Views: 2317

That's my requirement :( Is there any method to select first word and then second word sepated by spaces. abc xyz input output should be: col1 col2 abc xyz And spaces between words are different for each words. I have tried chulett's suggestion and was able to create some records.Please advice!
by sravanthi
Wed Aug 06, 2008 2:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: finding words separated by spaces
Replies: 8
Views: 2317

chulett wrote:Use COUNT to get the number of spaces, add 1, then use FIELD to pull each of them from your space delimited string. Or skip the COUNT if it is always three (max). ...
Thank You

I will work using this and let you know how it goes :)
by sravanthi
Wed Aug 06, 2008 2:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: finding words separated by spaces
Replies: 8
Views: 2317

finding words separated by spaces

Hi, I have a situation where i need to separte words: Ex: My input data looks like CHICAGO CITY ABC XYZ A CNBC H. I need to separate one word char(30) into 3 words. col1,col2,col3 CITY,CHICAGO XYZ,ABC CNBC,A,H. The length of these characters in each line are different and they are not uniform throug...
by sravanthi
Mon Aug 04, 2008 1:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Verifying data and Filtering
Replies: 3
Views: 903

chulett wrote:Please verify job type - Server as marked or PX based on the forum we are in? :? ...
I'm unable to delete this thread. :(
by sravanthi
Mon Aug 04, 2008 1:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Verifiying the data
Replies: 2
Views: 1362

Verifiying the data

Hi, My data is: Parent data: Col1,Col2 1,111 1,222 1,333 1,444 Child data looks like: 1,111,S 1,111,B 1,222, 1,333,S 1,444,B I need to output like 1,222,S and B Missing 1,333,B is missing 1,444,S is missing I tried using 5 stage variables in transformer stage.But could not achive the correct output....
by sravanthi
Mon Aug 04, 2008 12:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Verifying data and Filtering
Replies: 3
Views: 903

Verifying data and Filtering

Hi, My data is: Parent data: Col1,Col2 1,111 1,222 1,333 1,444 Child data looks like: 1,111,S 1,111,B 1,222, 1,333,S 1,444,B I need to output like 1,222,S and B Missing 1,333,B is missing 1,444,S is missing I tried using 5 stage variables in transformer stage.But could not achive the correct output....
by sravanthi
Thu Jul 03, 2008 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: check for file existence
Replies: 7
Views: 4073

Thank you for all your responses.

I have tried giving quotes for parameter but got same error.

I have used wait for file activity and it is working fine.

shaonli:I will try your script and see how it goes.

have good week end !

Thanks