Search found 5168 matches

by kumar_s
Fri May 26, 2006 8:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to run a job
Replies: 4
Views: 1011

Was the job already reset?
-wait will wait for the job till it finishes. Where you can even use -jobstatus, which will also wait till the job gets completed and also returns the exit code.
by kumar_s
Thu May 25, 2006 10:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: View ODBC Stage Data
Replies: 7
Views: 1949

Is User Defined SQL used? If so what is it?
by kumar_s
Thu May 25, 2006 10:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: efforts estimation in datastage
Replies: 10
Views: 2686

kduke wrote:I had a topic in one of the old newsletters about estimating.

Yes I could easily reacall the link.
Pls find it below.

http://www.datastagexchange.com/Newslet ... enting.htm
by kumar_s
Thu May 25, 2006 5:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer Should wait and check for abort
Replies: 10
Views: 3321

For this you wont be even need to include the terminator stage. Just "check Automatically handle that fail". Make the 5 job activities independent.
by kumar_s
Thu May 25, 2006 5:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: efforts estimation in datastage
Replies: 10
Views: 2686

Vincent - Hope now by this time you are ready with another blog :wink:
by kumar_s
Thu May 25, 2006 5:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date conversion problem
Replies: 20
Views: 5551

Are you sure your target formated to dd-mon-yy and not as dd-mm-yyyy?
by kumar_s
Thu May 25, 2006 5:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Funny message within "orchadmin -help"
Replies: 2
Views: 939

So genuine to pose even the bug in the description. :wink:
by kumar_s
Thu May 25, 2006 4:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer Should wait and check for abort
Replies: 10
Views: 3321

So give a sequncer the 5 input from 5 job activity. Wait till all get finished. If all pass the test, ok else 'Terminate' it.
by kumar_s
Wed May 24, 2006 8:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: processing
Replies: 6
Views: 1387

Craig -Curious to know the way to find the number of process involved in the job by executing it in server editon.
by kumar_s
Wed May 24, 2006 7:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LOOP IN A MF INVIROMENT
Replies: 8
Views: 2553

Just have another additional column in both the file. With the value of '1'. Make a JOIN. Youcan get the cartesian product of what you expect.
by kumar_s
Wed May 24, 2006 7:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: processing
Replies: 6
Views: 1387

Else all the active stages can be combined to a single process. Go though the document given or do a search.
Each passive stages will frame a boundary where the active stages between that will be clubbed together. Also go though the purpose of interprocess stage.
by kumar_s
Wed May 24, 2006 7:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: function
Replies: 6
Views: 1201

Ray has already mentiond in his post that it not possible to compare a record even before it was read or accessed. You can compare yesterday and today and not today and tomorrow. If you have read 0,1,2 and if you need to compare current and previous and current and need to compare 1 and 2 similarly ...
by kumar_s
Wed May 24, 2006 7:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning: "dfloat" to result type decimal
Replies: 25
Views: 7776

Not always. Actually the staticts shows both n rows as well as n rows / sec.
Both full quantity as well as the rate at which the rows been processed.
by kumar_s
Wed May 24, 2006 7:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem executing Server job
Replies: 9
Views: 1933

Based on the statistics,have you taken remidial action to improve the performance?
by kumar_s
Wed May 24, 2006 7:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: I need help to create a sequential file with metadata
Replies: 9
Views: 4008

Do you need to export the metadata into a Sequential file?