Search found 53125 matches
- Fri Sep 22, 2006 4:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Equivalent stage/Universe database
- Replies: 4
- Views: 1159
In one of our project , we dont use server job. Why not? You have it. If you own a set of screwdrivers, do you elect not to use some of them on some ideological basis? If you really must use a parallel job - and I again state that there is no good reason to here - then you can construct an appropri...
- Fri Sep 22, 2006 4:54 pm
- Forum: IBM<sup>®</sup> DataStage TX
- Topic: odbc inset query dynamic table name from input column
- Replies: 1
- Views: 1732
- Fri Sep 22, 2006 4:53 pm
- Forum: IBM QualityStage
- Topic: Multiple name generation
- Replies: 1
- Views: 1059
- Fri Sep 22, 2006 4:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Convert Integer to Varchar datatype
- Replies: 3
- Views: 4806
- Fri Sep 22, 2006 4:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error in Sequence Job
- Replies: 4
- Views: 1149
- Fri Sep 22, 2006 4:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage OCI Plugin Error
- Replies: 8
- Views: 3501
- Fri Sep 22, 2006 4:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extract Job Name and Short Description for all Jobs
- Replies: 4
- Views: 1545
You can use a UV stage to extract the required records from the DS_JOBS table (the short descriptions ARE stored there, as well as in DS_JOBOBJECTS). The advantage of using DS_JOBS is that the relevant column names all exist in the metadata. Importing them into DataStage, however, requires a "trick"...
- Fri Sep 22, 2006 4:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Difference between ETL developer and Datawarehouse developer
- Replies: 9
- Views: 9797
- Fri Sep 22, 2006 4:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to call the DS Routine in batch job?
- Replies: 8
- Views: 2238
- Fri Sep 22, 2006 4:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Equivalent stage/Universe database
- Replies: 4
- Views: 1159
- Fri Sep 22, 2006 4:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Misleading job status
- Replies: 5
- Views: 1304
- Thu Sep 21, 2006 5:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: [General repository interface 'other error']
- Replies: 4
- Views: 4509
- Thu Sep 21, 2006 5:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unlocking stage types and table defintions
- Replies: 3
- Views: 1144
- Thu Sep 21, 2006 3:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reusable Transforms?
- Replies: 2
- Views: 978
- Thu Sep 21, 2006 3:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: RESIZE issue for hashed file
- Replies: 1
- Views: 1504
Resizing the dictionary portion of the hashed file for 64-bit addressing is a complete waste of time. Yet this is what you've done. The file dictionary, in which metadata is stored, will never get anywhere near 2GB. You have to resize the data portion of the hashed file. It is the data portion that ...