Search found 73 matches

by xli
Tue Sep 30, 2003 4:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: delete universe records from DS function
Replies: 3
Views: 1719

kim, you are right, I forgot";" in my code.

Thanks for your all advices.

xiong
by xli
Tue Sep 30, 2003 12:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: delete universe records from DS function
Replies: 3
Views: 1719

delete universe records from DS function

Hi, I have a universe table containing log information, I want to delete records from it in terms of Batch job name, I tried the following code ************************************************* JobHandle = DSJ.ME JobName = DSGetJobInfo(JobHandle,DSJ.JOBNAME) Cmd = "DELETE FROM BJOB_STATUS WHERE...
by xli
Mon Sep 29, 2003 2:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to run multiple instances of a single job
Replies: 10
Views: 3280

Great, thanks, Ray.

xiong
by xli
Mon Sep 29, 2003 12:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to run multiple instances of a single job
Replies: 10
Views: 3280

I am urgent to know how to to process mutiple instances of a single job in the control , this time. I just want a unique/randomized invocation id to take care of have a job available to process data. For testing reason, I created a simple job control function as below : *****************************...
by xli
Sun Sep 28, 2003 10:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to run multiple instances of a single job
Replies: 10
Views: 3280

I have received your mail.

Thank you very much, kenneth

xiong
by xli
Sun Sep 28, 2003 10:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to run multiple instances of a single job
Replies: 10
Views: 3280

I haven't received any email from you, did you send it out ?

Thanks, kenneth

xiong
by xli
Sun Sep 28, 2003 9:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to run multiple instances of a single job
Replies: 10
Views: 3280

Hi, Kenneth I want to run multiple instances because I am going to partition a source data set and run N number of jobs to tackle the data Actually, I have programmed a function to run a list of batched jobs. however, as the individual jobs living in the batch can only log a warning message in the c...
by xli
Sun Sep 28, 2003 9:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to run multiple instances of a single job
Replies: 10
Views: 3280

Thank you, kenneth. I am going to run these multiple instances from a After-job subroutine. So, could you please give me more detail example about the syntax ?

xiong
by xli
Sun Sep 28, 2003 8:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to run multiple instances of a single job
Replies: 10
Views: 3280

how to run multiple instances of a single job

Hi, all

I wonder if i am able to run a job in multiple instances simultaneously with different parameters ? how to handle it ?

Many thanks in advance.

Xiong
by xli
Wed Sep 24, 2003 3:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: phantom warning message
Replies: 5
Views: 2733

phantom warning message

Hi, I have a job process about 5 million records, it took nearly 3 hrs. But datastage issue a warning message as below: DataStage Job 2358 Phantom 4408 Date/time stamp in file header has been modified! Date/time stamp in file header has been modified! Date/time stamp in file header has been modified...
by xli
Wed Sep 17, 2003 11:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Failed to write to universe file
Replies: 2
Views: 904

Thanks for your advices, Ray. I misunderstood some concepts. now I have made this routine work.

cheers, xiong
by xli
Mon Sep 15, 2003 11:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Failed to write to universe file
Replies: 2
Views: 904

Failed to write to universe file

Hi, I am trying to select all DS job names of my project into a universe table, then I am able to handle this table in datastage job. I tried to do it by using Datastage transform function, the following is the script I wrote : ---------------------------------------------------------------------- O...
by xli
Thu Sep 04, 2003 5:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hash file issue
Replies: 3
Views: 1161

hash file issue

Hi, Folks I have hash file issue need your advice : I have a daily running job populate table t1 and t2 with the same 4 millions records. All data will be kept for 3 month, hence the estimated number of records for these tables will grow up to about 240 millions. t2 is used as lookup to check the so...