Search found 43 matches

by Madhav_M
Tue May 17, 2005 7:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: i want to get the summary of a job..
Replies: 15
Views: 6419

Hi Chullet,

Thanks for the input.. I thought of that option.
If I have 100 jobs i need to have 100 sequential file(since my no of source links and target links may vary job to job).. then again I need to have another job to update the table.

Instead u can directly write to table from routine?

Thx.
by Madhav_M
Tue May 17, 2005 6:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Start and End time of a job
Replies: 12
Views: 4863

Hi
How a variable captured in routine can be outputed to a table?

Thanks
Madi
by Madhav_M
Tue May 17, 2005 6:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: i want to get the summary of a job..
Replies: 15
Views: 6419

Thanks for your help.
I could able to write the link information to a sequential file.

Is there is any simple way to write this information into a table.

FYI I am calling this routine after job. once the routine is executed, the information can be written in a table?

Thanks
by Madhav_M
Mon May 16, 2005 12:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: i want to get the summary of a job..
Replies: 15
Views: 6419

Hi, I am basically looking out to document the link info.. where u'll be seeing the return from "DSGetLinkInfo" function by default? I tried to write the result of the function, I was not successful. I got the error like following: End of Line unexpected, Was expecting: Assignment Operator...
by Madhav_M
Fri Sep 24, 2004 6:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator Stage
Replies: 6
Views: 5096

Excellent.. It is working fine
Thanks..
by Madhav_M
Fri Sep 24, 2004 3:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator Stage
Replies: 6
Views: 5096

Aggregator Stage

Hi all Is anyone came across the following warnings: 1. AGGR_SUMAMT: When checking operator: When binding output interface field "TMMBR_ADJ_A" to field "TMMBR_ADJ_A": Implicit conversion; from source type "dfloat" to result type "decimal[9,2]": Possible range/...
by Madhav_M
Fri Sep 24, 2004 3:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Doubt in Join Stage
Replies: 6
Views: 3827

Thanks a lot for ur assitance.
by Madhav_M
Thu Sep 23, 2004 7:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Doubt in Join Stage
Replies: 6
Views: 3827

I'm using Left Outer Joing.
In the first link i'm taking fields without transformation(Asis) from table1 and table2
in the second link calculating a measure from table1 and table3
and in the 3rd link caluculating some more measure from table1 and table4
I have common keys also :(
by Madhav_M
Thu Sep 23, 2004 2:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Doubt in Join Stage
Replies: 6
Views: 3827

Doubt in Join Stage

Hi
I am having 3 input links to a join stage and an output link.
I there is any possibility of getting more rows in the output than the input links. ie, if total rows of input links of join stage is 100 and output link of join can be more than 100.

Expecting ur assitance
by Madhav_M
Thu Sep 23, 2004 2:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Introducing New column in the Transformer Stage
Replies: 5
Views: 3017

FYI I am getting this info while running the job..
TRNS_SetTMMBR_F2,0: Field 'TMMBR_ADJ_A' from input dataset '0' is NULL. Record dropped.
Field 'TMMBR_ADJ_A' from input dataset '0' is NULL. Record dropped
by Madhav_M
Thu Sep 23, 2004 2:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Introducing New column in the Transformer Stage
Replies: 5
Views: 3017

Introducing New column in the Transformer Stage

Hi In the transformer stage I introduced one new column(TMMBR_F) which has a derivation like if TMMBR_ADJ_A > 0 then 'Y' else 'N'. In the input link to Transformer stage I am getting 100 rows in the output link from TRNS stage I am only getting 10 rows why is that.. Please throw some lights on this....
by Madhav_M
Mon Sep 13, 2004 3:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Resolving of error in Join Stage
Replies: 2
Views: 2656

Resolving of error in Join Stage

Hi
How to resolve the following error!

Join_inToTRNS_2: When checking operator: Dropping component "TRAN_ITEM_SEQ_I" because of prior component with same name

FYI I have 2 inputs to a join stage both the inputs contain TRAN_ITEM_SEQ_I. Is that a problem?? then how to resolve that?
by Madhav_M
Mon Sep 13, 2004 3:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing parameteres through Unix Script
Replies: 4
Views: 2901

Passing parameteres through Unix Script

Hi all, I have some unix variables and want to set that variables as a parmeters to another job. a) I want to know how to call a job from Unix and set the parameters... to that job. b) Can I recursively call the same job with different parameters.. Hoping ur extensive help in this issue. Thanks in A...