Search found 53125 matches
- Wed Jul 11, 2007 12:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle Temp Table not getting Load ( Seems weird Issue)
- Replies: 7
- Views: 1912
- Wed Jul 11, 2007 12:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to check if a job is server job or Job sequence
- Replies: 3
- Views: 1275
Welcome aboard. :D
Where do you want to do the looking? A suitable query is
JOBTYPE decodes as:
0 - server job
1 - mainframe job
2 - job sequence
3 - parallel job
Where do you want to do the looking? A suitable query is
Code: Select all
SELECT NAME FMT '50L', JOBTYPE FROM DS_JOBS WHERE NAME NOT LIKE '\\%';JOBTYPE decodes as:
0 - server job
1 - mainframe job
2 - job sequence
3 - parallel job
- Wed Jul 11, 2007 10:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSSENDMAIL Routine
- Replies: 2
- Views: 5834
- Wed Jul 11, 2007 10:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequence Restart
- Replies: 4
- Views: 1381
- Wed Jul 11, 2007 10:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Adding Job Parameters to All Jobs
- Replies: 6
- Views: 1166
Yes. You can hack the DS_JOBOBJECTS table. Of course you would need to know the structure of this table, which is not documented. Further, since the parameters collection location within the record is not in the file dictionary for DS_JOBOBJECTS an SQL-based approach is not available; it would have ...
- Wed Jul 11, 2007 10:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequence succeed when job fails
- Replies: 2
- Views: 969
Check the Automatically Handle Activities that Fail check box prior to compiling the job sequence. If you have any explicit failure handling in the job sequence, make sure that it triggers something that a final check in the job sequence can detect and cause itself to fail (perhaps via the routine U...
- Wed Jul 11, 2007 10:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle Temp Table not getting Load ( Seems weird Issue)
- Replies: 7
- Views: 1912
- Wed Jul 11, 2007 10:29 am
- Forum: General
- Topic: HLD and LLD documentation standard guide
- Replies: 1
- Views: 1974
Try The Data Warehouse Institute (www.tdwi.org). A Google search for "Ralph Kimball" will find some more. And IBM (www.ibm.com) has some Red Books and white papers.
- Wed Jul 11, 2007 10:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: PX equivalent of DIGITS function???
- Replies: 5
- Views: 2509
- Wed Jul 11, 2007 10:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: FatalErrors
- Replies: 1
- Views: 1874
- Wed Jul 11, 2007 10:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ORACLE Open Command
- Replies: 15
- Views: 6157
- Wed Jul 11, 2007 10:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Incremental Load with Multiple Sources
- Replies: 1
- Views: 675
The best approach would be to write out a detailed specification of what needs to happen under various scenarios, and to design accordingly. It would be really useful if the target included some way to recognize when it was most recently updated - either a timestamp or a unique run ID. Even though y...
- Wed Jul 11, 2007 10:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Exposing jobs to webservice
- Replies: 6
- Views: 1511
- Wed Jul 11, 2007 10:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reg invalid representation in decimal
- Replies: 6
- Views: 5102
- Wed Jul 11, 2007 10:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How do to add a line for each value in the Column
- Replies: 11
- Views: 3188