Search found 5168 matches

by kumar_s
Tue Apr 04, 2006 4:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Add Months In DataStage
Replies: 5
Views: 12175

Or you can workaround with Iconv/Oconv.
'Oconv(Iconv(date,"D"),DM) + counter' to add up the month.
by kumar_s
Tue Apr 04, 2006 3:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SpecifyingMultipleParameters inExecuteCommandActivity(7.5.1)
Replies: 4
Views: 1043

So you can make use of StartLoopActivity and EndLoopActivity to pass multiple parameter one after other.
by kumar_s
Tue Apr 04, 2006 3:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error while opening a job
Replies: 11
Views: 2677

Hi Ray,
May I know what additional information can ge gathered from 'J\68\V0S0P0 '?
by kumar_s
Tue Apr 04, 2006 3:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: running parallel jobs
Replies: 4
Views: 856

Unix is an ideal OS to handle multiple process simulteneously without huge over head. That is the one of the big reason Unix is prefered for parallel operation.
by kumar_s
Tue Apr 04, 2006 3:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using Change Capture Stage
Replies: 5
Views: 1286

opdas wrote:its working when i hash parton both the input set....but am i doing the right thing???? :?:

Yes you are doing the right thing.
As mentioned, both the dataset need to be sorted and corectly partitioned across nodes to get the correct result.
by kumar_s
Tue Apr 04, 2006 3:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Table through DB2 Enterprise Stage
Replies: 13
Views: 4914

I guess selecting the same table for Partitioning table forces to Entire partition.
by kumar_s
Tue Apr 04, 2006 3:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding sequence restarting
Replies: 8
Views: 2484

For subsequence you can give the execution action as Run and for job you can give 'Reset if required and rerun'
For multiple job compile, you can use 'dscc' from client. Search for the same.
by kumar_s
Tue Apr 04, 2006 3:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join Not Working on multiple nodes
Replies: 3
Views: 1008

Try to sort and do a hash partion based on Joing key prior to join or merge for the both the input. So that the joining key will be similarly distributed across nodes for both set of data.
by kumar_s
Tue Apr 04, 2006 3:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to install DS client 7.1Version
Replies: 3
Views: 1019

Are you triying to uninstall existing versions of Client in the PC and reinstalling the new version?
Or trying to override a new version.
Check for the running application whether datastage services are running.
Have you tried to reboot you machine and reinstalled?
by kumar_s
Mon Apr 03, 2006 10:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using Change Capture Stage
Replies: 5
Views: 1286

Change capture stage is build to run on parallel execution mode. It shouldnt give you any undesired result. But you could mention what is that you desire to get and what is the output from the stage. Perhaps you could concentrate on Partiton method used.
by kumar_s
Mon Apr 03, 2006 10:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Create Sequential file
Replies: 3
Views: 907

Yes you can.
Pls do a search on WRITESEQ.
by kumar_s
Mon Apr 03, 2006 10:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Table through DB2 Enterprise Stage
Replies: 13
Views: 4914

If you specify a table name, the partition methond is derived from the given table. By default if it is not mentiond it will follow sequential mode.
by kumar_s
Mon Apr 03, 2006 10:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error while opening a job
Replies: 11
Views: 2677

Is this only for this job?
There is a chance where the imported dsx might not be properly updated DS_JOBOBJECTS. Try to export and import again.
Also do a COUNT DS_JOBOBJECS from TCL to ensure the links in the DS_JOBOBJECS is proper by getting a valid count without any error.
by kumar_s
Mon Apr 03, 2006 10:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read only project?
Replies: 6
Views: 1426

If you login to adminstrator client, selecting the project properties on the general, you can find a button. Either it can be Protec project or Unproject project. If is is Unproject project, it ment is has been already protected. You will require dsadm access to alter the state of the project.