Search found 53125 matches
- Thu Nov 30, 2006 6:41 pm
- Forum: General
- Topic: How to Acquire Last Run Date of a job (using dssh)
- Replies: 6
- Views: 3279
Welcome aboard. :D DS_AUDIT does not keep the last run date or, indeed, any run-time statistics. DS_AUDIT records changes to design-time objects. Indeed, dssh is not the command you require. You can either interrogate each job separately using dsjob -jobinfo or you can inspect the date/time modified...
- Thu Nov 30, 2006 6:34 pm
- Forum: General
- Topic: Can Wait for file Activity use Wildcards?
- Replies: 5
- Views: 3791
- Thu Nov 30, 2006 6:14 pm
- Forum: General
- Topic: running a series of scripts (ddl/dml) from job sequencer
- Replies: 17
- Views: 8543
If they insist upon DataStage for control, why do they insist upon shell scripts? Why not have DataStage do the whole thing? After all, they've paid the money! It is sometimes necessary to push back, particularly when what "they" want can not be intelligently justified. Please be advised by a couple...
- Thu Nov 30, 2006 2:24 pm
- Forum: Site/Forum
- Topic: Forum title cleanup for DataStage items
- Replies: 0
- Views: 2932
- Thu Nov 30, 2006 2:19 pm
- Forum: Data Integration
- Topic: Routines
- Replies: 2
- Views: 9479
And then, of course, are the on-line help and DataStage manuals. There is a Tutorial that ships with DataStage too. From all of these sources you can get ideas about creating routines. If you want help from DSXchange, it helps to post specific questions. I could spend two days teaching you about wri...
- Thu Nov 30, 2006 2:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding dsutilities
- Replies: 5
- Views: 1033
Exactly what information do you need? The dsjob -jobinfo command will give you some information, but you may need to script some looping to invoke dsjob -stageinfo and dsjob -linkinfo based on dsjob -lstages and dsjob -llinks respectively. But if you need information about execution, then you probab...
- Thu Nov 30, 2006 2:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Simulating an error
- Replies: 12
- Views: 4565
You've probably already noticed that job sequences do not support before/after subroutines. You will need to use Routine activities within the job sequence itself - the routines themselves will need to be created as transform functions, though these can be interludes to the requisite before/after su...
- Thu Nov 30, 2006 2:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Do I need to be root for this?
- Replies: 7
- Views: 2209
Get to the operating system, execute the following command, and post the result.
This will show whether you have a root install or a non-root install, and whether impersonation mode is in effect or not.
Code: Select all
$DSHOME/bin/uv -admin -infoThis will show whether you have a root install or a non-root install, and whether impersonation mode is in effect or not.
- Thu Nov 30, 2006 2:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ExecDos
- Replies: 15
- Views: 3995
It might be that the indexing on DS_ROUTINES is not synchronized. Do you get ANY routines in the drop-down list? If so, which ones? Can you see ExecDOS in the Routines branch of the Repository? Go to the Administrator client, open the Command window, and execute the following query SELECT DSRID FROM...
- Thu Nov 30, 2006 1:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fixed Width File
- Replies: 5
- Views: 1236
- Thu Nov 30, 2006 1:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Modify Stage
- Replies: 12
- Views: 6686
There are far too many unsupported assertions in that document, which - if it is or is based upon the one of which I'm thinking - you should not have (it's IBM Internal Confidential, produced by the Center of Excellence for use by IBM consultants). While it is true to claim that performance improvem...
- Thu Nov 30, 2006 1:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading XML files:XSLT Error
- Replies: 10
- Views: 2674
- Thu Nov 30, 2006 1:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: UNION ALL v/s FUNNEL Design Issue
- Replies: 6
- Views: 10981
- Thu Nov 30, 2006 1:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Highest Key Generated
- Replies: 11
- Views: 3828
- Thu Nov 30, 2006 1:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: xls
- Replies: 1
- Views: 566