That RAM is doing a lot of other things at the same time!
I have yet to find a reference to 500MB as the limit (per partition?) for the reference Data Set for a Lookup stage, and how to increase that, but I'm fairly sure I've seen it somewhere.
Search found 53125 matches
- Wed Jan 03, 2007 4:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup Space problem in Windows
- Replies: 14
- Views: 6062
- Wed Jan 03, 2007 4:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Basic Transformer in Parallel job
- Replies: 24
- Views: 7040
- Wed Jan 03, 2007 4:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Defining Schema files
- Replies: 3
- Views: 3661
- Wed Jan 03, 2007 4:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Config file on SMP
- Replies: 8
- Views: 2437
This score dump shows that the Aggregator is only operating on one node (node3). op2[2p] {(parallel APT_SortedGroup2Operator in Aggregator_292) on nodes ( node3[op2,p0] node3[op2,p1] )} That does not coincide with your earlier information that the named node pool is node1; are you certain that you e...
- Wed Jan 03, 2007 4:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Project Properties in Administrater taking very long time
- Replies: 8
- Views: 1944
- Wed Jan 03, 2007 4:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding uservariable activity
- Replies: 21
- Views: 4710
Activity variables - of any kind - are only accessible from upstream activities - that is activities to which the current activity is connected by a series of links. But - if I read your requirement correctly - you don't need a User Variables activity at all. Your "status" could - should - be a job ...
- Wed Jan 03, 2007 4:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding routine activity
- Replies: 15
- Views: 5228
Re: regarding routine activity
vijaykumar wrote: i want to see the sequence numbers generated, is it possible from sequence, is there any way to see the sequence numbers generated.plz
From sequence, no.
There is no View Data capability in a job sequence.
- Wed Jan 03, 2007 4:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DB2/UDB API - DB2INSTANCE - DB2 on a different server
- Replies: 1
- Views: 1517
- Wed Jan 03, 2007 4:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Project Properties in Administrater taking very long time
- Replies: 8
- Views: 1944
- Wed Jan 03, 2007 4:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Utilization of CPU
- Replies: 9
- Views: 4197
There is no support in DataStage for "affinity" - tying particular processes to particular CPUs. As Ken notes, affinity is an operating system management thing, but you will not know the DataStage processes in advance, so it's almost impossible to do. And they all run the same executable! DataStage ...
- Wed Jan 03, 2007 4:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: lookup condition and constraints
- Replies: 4
- Views: 1273
- Wed Jan 03, 2007 3:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to Handle not in Function
- Replies: 9
- Views: 3305
Here's how I would do it. The Index() function is very efficient. I am assuming that SRVC_TPY_CD_ID is Char(1) data type.
Code: Select all
If Index("NAPIZ",InLink.SRVC_TPY_CD_ID,1) = 0 And Trim(InLink.SAI_NBR_ID) > " " Then NON_JOB_HRS Else 0 - Wed Jan 03, 2007 3:51 pm
- Forum: General
- Topic: dynamic file name
- Replies: 6
- Views: 2527
- Wed Jan 03, 2007 3:49 pm
- Forum: General
- Topic: running jobs
- Replies: 3
- Views: 2088
- Wed Jan 03, 2007 4:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Config file on SMP
- Replies: 8
- Views: 2437