From the glossary of Catbert, Evil HR Director:
"Resource" - something placed between keyboard and chair
Search found 53125 matches
- Thu May 13, 2010 5:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: i have one question on configuration
- Replies: 6
- Views: 1976
- Thu May 13, 2010 5:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Import Orchestrate Schema
- Replies: 3
- Views: 2492
- Thu May 13, 2010 5:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Any Idea on APT_DEBUG_MODULE_NAMES ??
- Replies: 4
- Views: 3290
- Thu May 13, 2010 5:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC stage output has no SQL statement
- Replies: 3
- Views: 1919
Yes.
But this error message asserts that there's no SQL statement at all!
Add a WHERE clause that limits the return to one row and which uses but ignores the key value. For example
Welcome aboard.
But this error message asserts that there's no SQL statement at all!
Add a WHERE clause that limits the return to one row and which uses but ignores the key value. For example
Code: Select all
WHERE ? IS NOT NULL AND ROWNUM = 1- Thu May 13, 2010 5:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Delete DB2 Table Rows
- Replies: 8
- Views: 2844
- Thu May 13, 2010 4:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to generate the 16 digit number in the datastage
- Replies: 3
- Views: 1206
- Thu May 13, 2010 4:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oacle Enterprise Upsert on Partitioned table
- Replies: 6
- Views: 1439
- Thu May 13, 2010 4:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Significance of DSAttachJob and DSDetachJob
- Replies: 8
- Views: 3697
It's poor code, that relies on the fact that errors in DataStage API functions return negative number and on the fact that DSJ.ME is not negative - you can find its value in JOBCONTROL.H. Better code is to perform some innocuous function on the job handle, and test the result of that. JobHandle = DS...
- Thu May 13, 2010 4:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: maximum file size attached in notification email stage
- Replies: 2
- Views: 1028
- Thu May 13, 2010 12:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Commit intervals in ODBC enterprise stage
- Replies: 6
- Views: 2593
- Thu May 13, 2010 12:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Differene between export with executables and without ?
- Replies: 4
- Views: 2144
The obvious one! Without gives a smaller export file, and is probably the preferred method when simply backing up your work from the design area. The difference becomes apparent when you import. If the export contains compatible executables, you can run straight away in the new project. If the expor...
- Wed May 12, 2010 11:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to perform self join
- Replies: 10
- Views: 3366
Yes. And your point is?
Code: Select all
+----------------+
| V
SeqFile ----> Copy Join ------->
| ^
+----------------+- Wed May 12, 2010 11:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: BLOB in DS 7.5.1
- Replies: 2
- Views: 1042
- Wed May 12, 2010 8:39 pm
- Forum: IBM QualityStage
- Topic: Standardization of vehicle make and model
- Replies: 6
- Views: 2706
You might like to talk with the folks behind http://www.redbook.com.au (they have these data as drop-down lists, and may be nice enough to share).
- Wed May 12, 2010 8:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Commit intervals in ODBC enterprise stage
- Replies: 6
- Views: 2593