Search found 53125 matches
- Mon Jul 19, 2010 5:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Heavy I/O - need help with job design
- Replies: 7
- Views: 5007
NPROC is a UNIX setting. Your UNIX system administrator will be able to help. You *may* be able to get away with increasing ulimit -n but the better long-term solution is to increase NPROC as well. Note that some UNIX implementations use a slightly different name for this parameter - it's the number...
- Mon Jul 19, 2010 5:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error in "copy" operator
- Replies: 4
- Views: 3396
- Mon Jul 19, 2010 5:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: wrapped stage
- Replies: 2
- Views: 1105
- Mon Jul 19, 2010 5:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to achieve?
- Replies: 5
- Views: 1441
- Mon Jul 19, 2010 5:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: what does APT in the environment variable stand for?
- Replies: 4
- Views: 1522
- Mon Jul 19, 2010 5:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Get the Row Count
- Replies: 15
- Views: 4971
Yes I was able to review this problem. Craig's point about parallel execution is a red herring; the requirement is to distinguish between zero rows processed and non-zero rows processes, irrespective of the number of nodes. Therefore the routine is fundamentally correct, provided it is passed the na...
- Mon Jul 19, 2010 4:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stage equivalent to Transformer
- Replies: 4
- Views: 1354
- Mon Jul 19, 2010 4:49 pm
- Forum: General
- Topic: Have I stepped on the forum etiquette toes?
- Replies: 5
- Views: 1336
Yep, some of us date back to version 1.0 (and further!) - some of the knowledge is still there in the ol' grey cells! Now to your question. Some advances do get backdated into earlier releases - for example version 7.5.3 contains some goodies first released in version 8. So don't be backwards about ...
- Mon Jul 19, 2010 7:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to do
- Replies: 9
- Views: 2380
Otherwise the problem reduces to a brain-dead answer to the exact question. The two constraint expressions would be of the form:
Code: Select all
InLink.KeyField = 111 Or InLink.KeyField = 222
InLink.KeyField = 111 Or InLink.KeyField = 333- Mon Jul 19, 2010 6:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: what does APT in the environment variable stand for?
- Replies: 4
- Views: 1522
- Mon Jul 19, 2010 6:51 am
- Forum: General
- Topic: Datastage Multiple instance job to run 'n' times using parm
- Replies: 16
- Views: 22733
Actually that's easy, and is exactly what the job control code generated by compiling a job sequence does. In summary, it makes use of the fact that the DSWaitForJob routine can wait for an array (a dynamic array) of job handles. It returns any time any of the jobs finishes, the code can return to a...
- Mon Jul 19, 2010 2:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to do
- Replies: 9
- Views: 2380
- Mon Jul 19, 2010 1:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to do
- Replies: 9
- Views: 2380
- Mon Jul 19, 2010 1:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to do
- Replies: 9
- Views: 2380
Re: how to do
This smells like an interview question to me.harikumar wrote:NOTE:without using switch AND filter stages
I believe strongly that interview answers should accurately reflect the interviewee's own knowledge and skills.
- Mon Jul 19, 2010 12:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Tera data connectivity from Datastage
- Replies: 1
- Views: 924