Search found 86 matches

by madhukar
Thu Mar 15, 2007 9:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: to run a job before the exit of sequencer
Replies: 10
Views: 3816

Thanks for the replies

i am developing one more sequence which it checks the status of seq1 and runs job A.

i am trying to use UtilityGetRunJobInfo in routine activity and get the status of seq1. Unable to do it.

Can somebody help in this regard?
by madhukar
Tue Mar 13, 2007 1:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: to run a job before the exit of sequencer
Replies: 10
Views: 3816

job1->job2-->job3-->job4
job5-->job6-->job7
job8-->job9

after job2 3 branches comes out of it.

whenever sequence exits (success or failure), i need job A to run then exit
by madhukar
Tue Mar 13, 2007 12:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: to run a job before the exit of sequencer
Replies: 10
Views: 3816

let me rephrase my question.

i need to run Job A when all the jobs in the sequencer is successful or if any of the job aborts.

thanks.
by madhukar
Tue Mar 13, 2007 12:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: to run a job before the exit of sequencer
Replies: 10
Views: 3816

to run a job before the exit of sequencer

Hi All,

i have 15 jobs. which runs in 5 streams(different branches) in a sequencer.
suppose a job aborts in the sequencer then i have to run job A and then exit sequence.

how can i achieve this?

Thanks.
by madhukar
Tue Mar 13, 2007 10:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: skip a job in sequencer
Replies: 4
Views: 2044

it is required to debug sequence. Job2 takes around 1 hour to complete. so whenever i correct the errors in aborted sequence and run again, job2 starts again. so i wanted to skip this job and check other jobs in the sequence. as you said, i have used a additional trigger output to the to skip the job.
by madhukar
Tue Mar 13, 2007 9:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: skip a job in sequencer
Replies: 4
Views: 2044

skip a job in sequencer

Hi All,

i have a sequencer as below:

job1--->job2--->job3

After job1 i want to skip job2 and run job3

how can achieve this?

thanks
by madhukar
Mon Mar 05, 2007 4:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: clearing scratch space
Replies: 9
Views: 3012

removed the files in scratch space but still it gives 99% full (previously also)
Am i missing anything?
by madhukar
Sun Mar 04, 2007 12:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: clearing scratch space
Replies: 9
Views: 3012

yes ray, you got it right all my jobs were fine during development.

when testing with large volume of data jobs are aborting with SIGBUS errors.
and scratch space full.

Is there any way i can clean up those files (aborted jobs) and run the jobs again.
by madhukar
Sun Mar 04, 2007 8:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: clearing scratch space
Replies: 9
Views: 3012

clearing scratch space

Hi All,

How can i clear the files under scratch directory
can i just remove with rm command?

Thx
by madhukar
Fri Feb 23, 2007 10:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: last field null chk fails
Replies: 10
Views: 1859

100 Marks....!!!!
by madhukar
Fri Feb 23, 2007 9:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: last field null chk fails
Replies: 10
Views: 1859

After a close analysis here what is happening exactly. input sequential file property record delimiter = new line character field delimiter = tab final delimiter = none (the last row ends with a new line character) file has 3 columns col1 col2 col3 output produced has 4 columns with column col4 adde...
by madhukar
Fri Feb 23, 2007 6:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: last field null chk fails
Replies: 10
Views: 1859

Re: check the property in the sequential file

output produced is having an extra column Col4 and output produced is as below. Col1 Col2 Col3 Col4 c1val1 c2val1 c3txtval1\n c4val1\n c1val2 c2val2 c3txtval2\n c4val2\n c1val3 c2val3 c4txtval3\n c4val3\n c1val4 c2val4 \n c4val4\n this error is coming only for the last column. Column datatype is var...
by madhukar
Fri Feb 23, 2007 6:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: last field null chk fails
Replies: 10
Views: 1859

last field null chk fails

A transformer in the job should reject NULL records for a tab delimited sequential file with the following format: Col1 Col2 Col3 c1val1 c2val1 c3txtval1 c1val2 c2val2 c3txtval2 c1val3 c2val3 c4txtval3 c1val4 c2val4 \n We have a problem when rejecting Values from Col3. When the first character of th...
by madhukar
Wed Feb 21, 2007 9:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merge Stage - Duplicates in the master link.
Replies: 7
Views: 4810

Re: Merge Stage - Duplicates in the master link.

[quote="sreelalpp"]Hi, I need to merge two sequential files. The records from the master link have duplicates in the Merging Key field. In the records in the update link has no duplicate. In the output, I am getting merged data only for the first among the duplicate entries in the master l...
by madhukar
Mon Feb 19, 2007 10:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup
Replies: 6
Views: 2644

[quote="sheema"]I thougt instead of using the Tbl2 as lookup the performance would be better if i do a left outer join.[/quote]

Check for duplicates. if both the files has duplicates then left outer join produces more rows.