Search found 4605 matches
- Fri Jul 08, 2005 1:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Search jobs that uses a particular file
- Replies: 8
- Views: 2011
- Fri Jul 08, 2005 9:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Table Definitions
- Replies: 6
- Views: 1562
- Fri Jul 08, 2005 9:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Is there any Universe ODBC driver for download?
- Replies: 12
- Views: 6431
- Fri Jul 08, 2005 1:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Is there any Universe ODBC driver for download?
- Replies: 12
- Views: 6431
- Thu Jul 07, 2005 11:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Is there any Universe ODBC driver for download?
- Replies: 12
- Views: 6431
- Thu Jul 07, 2005 12:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job with no "Primary Input" stage
- Replies: 5
- Views: 2721
I did not think it is possible but it will allow you to have a transform without primary input. You need stage variables. Like x=1 initial value then x=x+1. Next you need a constrait like x<100. Try it. I have seen people do this to create time and day dimensions. Saves coding the whole thing in a b...
- Thu Jul 07, 2005 12:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC problem with Datastage
- Replies: 2
- Views: 907
- Thu Jul 07, 2005 12:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: link information in parllel job
- Replies: 6
- Views: 1789
- Thu Jul 07, 2005 10:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reading Cash Changing
- Replies: 4
- Views: 1034
The cache limits are preloaded in uvconfig. You have to stop and start DataStage to change them. You cannot set these to arbitrary values either. There is a command called shmtest or something close to that which will tell you the max values you can set them at. If you exceed these limits then DataS...
- Thu Jul 07, 2005 10:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Is there any Universe ODBC driver for download?
- Replies: 12
- Views: 6431
- Thu Jul 07, 2005 10:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle/DB2/Sql Server date Error
- Replies: 3
- Views: 974
- Wed Jul 06, 2005 11:52 pm
- Forum:
- Topic: Manage Business Metadata using MetaStage
- Replies: 14
- Views: 8809
- Wed Jul 06, 2005 11:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Wanna keep a set of jobs in loop
- Replies: 6
- Views: 1637
- Wed Jul 06, 2005 7:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: link information in parllel job
- Replies: 6
- Views: 1789
If you cannot get it this way then try this SQL at TCL. SELECT DS_JOBOBJECTS.OLETYPE as LinkType, DS_JOBS.NAME as JobName, DS_JOBOBJECTS.NAME as LinkName, DS_JOBS.CATEGORY as Category FROM DS_JOBOBJECTS, DS_JOBS WHERE OBJIDNO = JOBNO Group by LinkType, JobName, LinkName, Category ; Let us know if it...
- Wed Jul 06, 2005 7:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Wanna keep a set of jobs in loop
- Replies: 6
- Views: 1637