Search found 42189 matches
- Mon Oct 22, 2007 7:33 am
- Forum: General
- Topic: The Information on Demand conference thread
- Replies: 6
- Views: 1782
Sadly, no - no pictures, the camera stayed at home. Besides, this wasn't exactly a seedy bunch so probably not all that many opportunities for embarrassment would have been to be had. The conference was decent and as Vincent noted, quite large. Much walking was had by all and sometimes the next sess...
- Mon Oct 22, 2007 12:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: add_to_heap() - Unable to allocate memory hashfile error
- Replies: 2
- Views: 1218
- Sun Oct 21, 2007 10:16 pm
- Forum: General
- Topic: The Information on Demand conference thread
- Replies: 6
- Views: 1782
- Sun Oct 14, 2007 6:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: db2 stage used for lookup in Server
- Replies: 5
- Views: 1398
Re: One more doubt ...
But I am not clear about, why the last row or the first row was passed when bind variable is not used. That's just The Way It Works. A lookup can only return a single row unless you are using ODBC or a UV stage for the lookup, so you only get the first or the last. Oracle gives you the last row as ...
- Sat Oct 13, 2007 1:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: db2 stage used for lookup in Server
- Replies: 5
- Views: 1398
Welcome! :D Some general rules for lookup queries: * You always need to select as many column as defined in the stage, in the same order * Key fields are used in the where clause and require values from the input link * Better to use a hashed file rather than a database stage for lookups * Best to l...
- Sat Oct 13, 2007 8:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Removing Control and Non-ASCII characters
- Replies: 9
- Views: 12412
- Sat Oct 13, 2007 7:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DRS Stage- Environmenta Variable
- Replies: 10
- Views: 4877
Here's a "trick" so that you can use the "Insert Job Parameter" helper. Right-click on the DRS stage and select Grid Style which is the old way you worked with the stages. Switch to the Properties tab and then use the Insert Job Parameter tool to populate your connection information. See if that he...
- Sat Oct 13, 2007 7:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading SQL from file to extract data from Oracle Tables
- Replies: 19
- Views: 4627
- Fri Oct 12, 2007 8:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Creating dynamic table.
- Replies: 5
- Views: 1501
- Fri Oct 12, 2007 2:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dele from SQL Server table using DRS stage
- Replies: 6
- Views: 1613
- Fri Oct 12, 2007 10:23 am
- Forum: General
- Topic: unable to run The datastage job in UNIX
- Replies: 2
- Views: 1170
- Fri Oct 12, 2007 10:22 am
- Forum: General
- Topic: unable to run The datastage job in UNIX
- Replies: 2
- Views: 1170
You need to 'source' your dsenv file first, then run the job:
Code: Select all
cd `cat /.dshome`
. ./dsenv- Fri Oct 12, 2007 9:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dele from SQL Server table using DRS stage
- Replies: 6
- Views: 1613
- Fri Oct 12, 2007 8:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Read the last line of a file
- Replies: 5
- Views: 2087
- Fri Oct 12, 2007 7:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Calling Web Service in command line from DataStage EE 7.5.1
- Replies: 7
- Views: 2721