Search found 53125 matches
- Sun Sep 25, 2011 2:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Funnel Issue
- Replies: 5
- Views: 2565
- Sun Sep 25, 2011 2:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: NUL Values
- Replies: 7
- Views: 3619
- Sat Sep 24, 2011 3:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Performace Issue
- Replies: 5
- Views: 1458
You could change the system clock while the job is running. :lol: You really have not provided enough information to attempt cogent diagnosis - we have no idea what you are trying to do with those Transformers and Oracle connections, nor whether you're doing it efficiently. Nor even why you want to ...
- Sat Sep 24, 2011 3:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem using sort stage
- Replies: 6
- Views: 2224
- Sat Sep 24, 2011 3:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job monitoring warning
- Replies: 5
- Views: 1947
Re: Job monitoring warning
What is different "today"? Note that "nothing" is not the correct answer.dsscholar wrote:From today only it happens.
- Sat Sep 24, 2011 3:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: operator combination
- Replies: 6
- Views: 6492
- Fri Sep 23, 2011 7:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to replace nulls with space in CFF stage
- Replies: 8
- Views: 2239
- Fri Sep 23, 2011 4:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DS conversion issue
- Replies: 11
- Views: 2454
- Fri Sep 23, 2011 4:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to replace nulls with space in CFF stage
- Replies: 8
- Views: 2239
- Fri Sep 23, 2011 4:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Calling SQL server stored procedure from datastage.
- Replies: 23
- Views: 19545
- Fri Sep 23, 2011 4:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: operator combination
- Replies: 6
- Views: 6492
- Fri Sep 23, 2011 3:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Peek stage and OCI stage
- Replies: 7
- Views: 2808
- Fri Sep 23, 2011 3:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Statisical/Six-Sigma Rules/formulas in DataStage
- Replies: 3
- Views: 1097
No it doesn't, but it would be easy enough to create them. Certainly accumulate totals, sums and sums of squares etc. and then just plug those into the requisite formulae. I've done this with skewness and kurtosis in the past. Alternately you can construct Build stage(s) to do exactly what you requi...
- Fri Sep 23, 2011 3:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to check the no. of nodes while running the job in UNIX?
- Replies: 1
- Views: 773
- Fri Sep 23, 2011 3:45 pm
- Forum: General
- Topic: Help with uvconfig parameters
- Replies: 10
- Views: 9256
The size of the group latch table is GSEMNUM x GLTABSZ and the size of the record lock table is GSEMNUM x RLTABSZ. Usually, when one is increased, the other is decreased so that the total amount of memory remains (approximately) unchanged. By increasing just one you took the size of the memory image...