Search found 394 matches

by samsuf2002
Thu Jan 22, 2009 2:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Monitoring
Replies: 4
Views: 1432

Job Monitoring

Is it helpful to turn off the job monitor to increase performance and reduce overhead ?

Thanks in advance
by samsuf2002
Wed Jan 21, 2009 6:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Nested Condition
Replies: 6
Views: 1667

Thanks to both for your valuable suggestion. Let me elaborate my sequence design. I have 2 jobs to run simultaneously in the seq, each job updates the same table for different database instance ($ServId1 & $ServerId2). Before running these jobs we have a nested condition stage to check whether s...
by samsuf2002
Wed Jan 21, 2009 5:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Nested Condition
Replies: 6
Views: 1667

Thanks for the reply Craig.

But the issue is I coudn't find where exactly its getting overridden and it is also set as $PROJDEF in job properties. Is there any function or option to unset the value for the env variable ?
by samsuf2002
Wed Jan 21, 2009 4:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Nested Condition
Replies: 6
Views: 1667

Nested Condition

In one of the sequencer I see we are using nested condition stage with condition $ServId1='' then execute echo command in execute command stage(to write into a log file that $ServId1 doesn't exist) otherwise run the following job. My question is $ServId1 is an environment variable with a default val...
by samsuf2002
Wed Jan 21, 2009 11:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to run a Job having Shared container
Replies: 1
Views: 768

Make sure that any change in the meta data should reflect in the container.
by samsuf2002
Tue Jan 20, 2009 8:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Heap allocation error
Replies: 2
Views: 1340

Are you using join stage in your job ? If yes then try changing it to lookup stage.
by samsuf2002
Mon Jan 19, 2009 3:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read data parallel from DRS and ODBC stage
Replies: 6
Views: 3176

I think 12 minutes for 2 million rows with i dont knw how many columns but look reasonable. Check the indexing on your source and target tables.
by samsuf2002
Mon Jan 19, 2009 11:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: New Logic
Replies: 4
Views: 1349

I cant understand your requirement, can you elaborate it. You need to specify what columns belong to what table and what is the business logic in you transformations.
by samsuf2002
Mon Jan 19, 2009 9:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job in state running
Replies: 9
Views: 5554

I would suggest you to try releasing the job from DS administrator if you are not able to do it from DS director. Go to DS Administrator, select the project, click on command button, give command LIST.READU ALL, look for the user and inode for that particular locked process, give command UNLOCK USER...
by samsuf2002
Mon Jan 19, 2009 8:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job in state running
Replies: 9
Views: 5554

Try killing the job from command line.
by samsuf2002
Mon Jan 19, 2009 8:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need help in understanding the functionality of join stage
Replies: 2
Views: 1010

There is a good explanation for your question in the documentation provided by Data Stage.
by samsuf2002
Thu Jan 15, 2009 9:49 am
Forum: General
Topic: Transformer help !
Replies: 2
Views: 1183

Transformer help !

Hi, In the transformer stage properties when I click the help tab it opens the help window but i cannot find the details regarding parallel function, strings etc which i used to get in version 7.5.x. Did they remove those information in version 8.0 or am I looking in the wrong place ? Thanks in Adva...
by samsuf2002
Thu Jan 15, 2009 9:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning in CDC When checking operator: Defaulting
Replies: 1
Views: 2116

Make sure the meta data and keys in the files you are passing through CDC matches each other.
by samsuf2002
Thu Jan 15, 2009 9:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trim(NulltoEmpty(priorSnapshot2.EMPNUM))
Replies: 3
Views: 2531

If IsNull(trim(priorSnapshot2.PRVDR_GRP)) then '' else trim(priorSnapshot2.PRVDR_GRP)

in the column derivation works too.
by samsuf2002
Wed Jan 14, 2009 10:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File Columns
Replies: 17
Views: 6855

If your RCP is disabled then you need to map the new columns from source till target. What is your job design ?