Search found 53125 matches
- Wed Feb 13, 2013 12:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: delete in oracle
- Replies: 2
- Views: 964
- Tue Feb 12, 2013 11:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: delete in oracle
- Replies: 2
- Views: 964
- Tue Feb 12, 2013 11:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 Message Queue Replication
- Replies: 1
- Views: 910
- Tue Feb 12, 2013 4:21 pm
- Forum: General
- Topic: How to find the username who has last modified the job
- Replies: 4
- Views: 2244
- Tue Feb 12, 2013 4:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Aggregate by month issue
- Replies: 7
- Views: 1413
- Tue Feb 12, 2013 4:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: max how many stages we can use in single parallel job
- Replies: 4
- Views: 1863
Re: max how many stages we can use in single parallel job
1.Minimize the usage of Transformer(instead of use copy,modify,filter,row generator) 2.Reduce the number of lookups in job design use not more than 20 stages in a job 3.There is no limit for no of stages like 20 or 30 but we can break the job into small jobs then we use dataset stages to store data...
- Tue Feb 12, 2013 4:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Detecting the number of processes from job scores
- Replies: 23
- Views: 8780
But, being on the other side of the planet, I tend to be asleep when you're awake. As far as the linked post is concerned, the ps command there is explicitly grepping (is that a word?) for the section leader flag, so that the processes visible are all section leaders. Perhaps grep -v APT_PMsectionLe...
- Tue Feb 12, 2013 4:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Scenario with Switch stage
- Replies: 1
- Views: 1089
When you have the Discard Value property selected the Information panel explains what it is doing. Type: Integer Specifies an integer value of the selector column, or the value to which it was mapped using Case, that causes a row to be discarded (not rejected). Note that if it was mapped then the ma...
- Tue Feb 12, 2013 3:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequence number generation issue in target database
- Replies: 18
- Views: 8458
i can not use Server Jobs in my project. Why not? And in any case, these functions are available in the BASIC Transformer stage (available in parallel jobs), or you could package some server job components into a server Shared Container and use that in a parallel job. On those bases it was reasonab...
- Tue Feb 12, 2013 3:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: @ITERATION variable in Transformer stage
- Replies: 3
- Views: 5904
- Tue Feb 12, 2013 3:49 pm
- Forum: IBM QualityStage
- Topic: Error while running a quality stage job
- Replies: 3
- Views: 3356
- Tue Feb 12, 2013 3:48 pm
- Forum: General
- Topic: Do you have a code review for moving to Production?
- Replies: 4
- Views: 1215
- Tue Feb 12, 2013 3:35 pm
- Forum: General
- Topic: All Type Sources and Target Audit report
- Replies: 5
- Views: 1726
The approach I'd take would be to report all the link objects from the DS_JOBOBJECTS table, limiting OLETYTPE to just those that indicate that the link is an input link or an output link (for example WHERE OLETYPE LIKE '%put%'). This query could be executed from the Administrator client Command wind...
- Tue Feb 12, 2013 3:33 pm
- Forum: General
- Topic: How to find the username who has last modified the job
- Replies: 4
- Views: 2244
Well, yes and no. Advanced Find allows a slightly different question to be answered; which jobs were last modified by user X. I don't think this is what dipanjan was seeking. As far as I am aware there is no way in any of the clients to determine who created or who last modified a job. This informat...
- Tue Feb 12, 2013 3:18 pm
- Forum: General
- Topic: Do you have a code review for moving to Production?
- Replies: 4
- Views: 1215
We follow a similar peer review mechanism, though it's before the artefacts leave the DEV environment at all - that is, before they go into SIT or UAT. No changes are permitted other than in DEV, which guarantees that when artefacts are deployed into production they are compliant. And testing in SIT...