Search found 35 matches

by dongyingying
Tue Mar 06, 2012 6:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to update the target table
Replies: 5
Views: 1876

Re: How to update the target table

update dw1.ethan_ssa_sr set sde_dtrd=? where dtke_dkg_id =? and exists (select 1 from dw1.ethan_ssa_sr a where a.dtke_dkg_id =dtke_dkg_id )
if changed to this one ,what do you think kwwilliams?
by dongyingying
Tue Mar 06, 2012 3:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to update the target table
Replies: 5
Views: 1876

Here is the detail error logs:

[IBM][CLI Driver][DB2/AIX64] SQL0100W No row was found for FETCH, UPDATE or DELETE; or the result of a query is an empty table. SQLSTATE=02000
by dongyingying
Tue Mar 06, 2012 2:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to update the target table
Replies: 5
Views: 1876

How to update the target table

Hi all, I want to update the target table ,But maybe the data in target table not exists . in the job i Want not to use the join or lookup and so on. so before I update the data I need to judge if there is exists data which i want to update. I write like this : update dw1.ethan_ssa_sr set sde_dtrd=?...
by dongyingying
Wed Feb 22, 2012 2:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: filter stage usage
Replies: 3
Views: 2666

Hi vinodkumards
I come from bj,but i don't think you should used filter stage,what you means different Clause to different flows ?
by dongyingying
Sun Feb 19, 2012 11:17 pm
Forum: General
Topic: The difference between run and reset if request then run
Replies: 4
Views: 2422

The difference between run and reset if request then run

Hi

I a newcomer of the datastage ,Who can help to tell The difference between run and reset if request then run.
by dongyingying
Fri Feb 17, 2012 2:33 am
Forum: General
Topic: Where Can i get doc of sequence's activate ?
Replies: 1
Views: 933

Where Can i get doc of sequence's activate ?

Hi All ,

From the internet or ibm.com ,I really did not find enough info to study sequence stage .

Who have any doc about the sequence would you like send it to me ?

Here is my mail.yunxinghai@163.com or yunxinghai@hotmail.com , as we know I came from china.
by dongyingying
Fri Feb 17, 2012 2:23 am
Forum: Cognos (IBM BI)
Topic: Who have video about cognos develop ?
Replies: 0
Views: 16406

Who have video about cognos develop ?

Hi All,

Who have video about cognos develop ?,Can you send me via Mail ,here is the mail of my yunxinghai@163.com or yunxinghai@hotmail.com .

thanks.
by dongyingying
Thu Feb 16, 2012 8:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert String to BigInt
Replies: 5
Views: 4111

Hi ,after you changed it ,did you recompiled it . if you did ,i think ,there will be something wrong of you datatype and even you transformer .
by dongyingying
Thu Feb 16, 2012 3:46 am
Forum: Cognos (IBM BI)
Topic: cognos framework for maximo
Replies: 1
Views: 18464

Sorry , I think there will no body know for a so long time ,what do you think.
by dongyingying
Tue Feb 14, 2012 3:08 am
Forum: General
Topic: How parameter deliver between sequence and job ?
Replies: 5
Views: 1897

ray.wurlod wrote:Note that you MUST provided a value for each parameter, but you can choose "Set to Default" to use the default value. ...
Hi ray ,

You said use the default value mean which set the job's parameter or user varableStage ,am I right?
by dongyingying
Mon Feb 13, 2012 9:29 pm
Forum: General
Topic: How parameter deliver between sequence and job ?
Replies: 5
Views: 1897

Thanks qt_ky and ray ,I think both of you are right .
by dongyingying
Mon Feb 13, 2012 8:24 pm
Forum: General
Topic: How parameter deliver between sequence and job ?
Replies: 5
Views: 1897

How parameter deliver between sequence and job ?

Hi All,

In one sequence there are five jobs,which job have some same and different parameters ,all of the parameter need to be redefined in the sequence .but parameter 's value in the job do it still working ?

Can anyone has any idea?

Thanks!
by dongyingying
Mon Feb 13, 2012 4:01 am
Forum: General
Topic: How to assignment a sql to a variables
Replies: 5
Views: 2730

Thanks ray,
I think I know what you mean . Yes I create a job and defined a job var in job parameter and set the value to the var in a UserVariables Activity stage and the other stage then reference the var .

what do you think ray?
by dongyingying
Mon Feb 13, 2012 2:25 am
Forum: General
Topic: How to assignment a sql to a variables
Replies: 5
Views: 2730

How to assignment a sql to a variables

Hi,All
I got a issue, I want to put the column_1which select column_1 from sysibm.syssummy1 to a varibale ,so who can you please to tell me how i do it?