Search found 4605 matches
- Fri Sep 30, 2005 5:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to create a user in DataStage.
- Replies: 9
- Views: 11567
The DataStage users need to be able to write to the same files for job designs and log files and many more. Usually I do a root install on UNIX. Before I do then I create a dstage group and a dsadm user. The dsadm user will own most of the files created by the install. All developers are added to th...
- Fri Sep 30, 2005 2:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Changes in Job sequencer not taking effect
- Replies: 8
- Views: 1483
- Fri Sep 30, 2005 6:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Transformer output counts not totalling input count
- Replies: 9
- Views: 2685
- Thu Sep 29, 2005 8:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: compiling jobs in datastage 6x
- Replies: 16
- Views: 4355
- Thu Sep 29, 2005 8:56 pm
- Forum: Data Quality Best Practices
- Topic: Before or after??
- Replies: 9
- Views: 11996
- Thu Sep 29, 2005 8:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Transformer output counts not totalling input count
- Replies: 9
- Views: 2685
- Thu Sep 29, 2005 8:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ahsh File as Tbale
- Replies: 4
- Views: 1275
You do not need SETFILE if you use the local account. You do this by leaving the Account name blank or the path name blank. UV stage treats hash files as tables and you use SQL to extract the columns. I can't of any advantage to update a hash file with a UV stage. They are sort of interchangable. Yo...
- Thu Sep 29, 2005 5:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Changes in Job sequencer not taking effect
- Replies: 8
- Views: 1483
- Thu Sep 29, 2005 5:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Transformer output counts not totalling input count
- Replies: 9
- Views: 2685
- Thu Sep 29, 2005 5:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Semaphores / batch queues
- Replies: 5
- Views: 1155
- Wed Sep 28, 2005 7:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to run the routine
- Replies: 3
- Views: 1154
- Wed Sep 28, 2005 6:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Aborting with Runtime Stack Overflow
- Replies: 4
- Views: 1908
- Tue Sep 27, 2005 9:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle Performance Tuning - Bulk / Direct / OCI / Updates
- Replies: 14
- Views: 28840
- Tue Sep 27, 2005 6:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Pass variables between jobs
- Replies: 1
- Views: 805
- Tue Sep 27, 2005 4:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: compiling jobs in datastage 6x
- Replies: 16
- Views: 4355
I would download Ken Bland's routines. He has a real nice methodology. Otherwise you need multiple sequences. I would suggest no more than 10 jobs in a sequence. A sequence should be by subject area with related jobs. Do not run all extract jobs in a sequence then all transform jobs then all load jo...