You can use the hashed file stage to feed a reference input link to the Transformer stage.
You cannot use a DRS to access a DataStage hashed file to feed a reference - or, indeed, a stream input link.
You can use a DRS to access a database table to feed a reference input link.
Search found 53125 matches
- Thu Feb 17, 2005 4:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to use relational operator when hash file used as refere
- Replies: 8
- Views: 1807
- Wed Feb 16, 2005 10:19 pm
- Forum: Enhancement Wish List
- Topic: Command Line Compile
- Replies: 5
- Views: 3500
- Wed Feb 16, 2005 8:10 pm
- Forum: Enhancement Wish List
- Topic: Command Line Compile
- Replies: 5
- Views: 3500
- Wed Feb 16, 2005 8:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: To check flat file data with source data
- Replies: 2
- Views: 934
On Windows you will need to get MKS toolkit or something similar to use the wc command. DataStage counts the rows that it processes. That's one source. For the other, create a small DataStage job that executes SELECT COUNT(*) FROM whatever and returns just that number into a file. You can then easil...
- Wed Feb 16, 2005 8:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Trouble with special characters - like super-scripts
- Replies: 8
- Views: 2722
0xB3 is Char(179) which is not a printable character in ASCII (which is what DataStage uses if NLS is not enabled). It will handle the character OK, but will have difficulty displaying it. It will almost certainly not be able to display it as superscript given that you're on a UNIX server; UNIX-base...
- Wed Feb 16, 2005 8:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Errors during jobs import
- Replies: 4
- Views: 1237
- Wed Feb 16, 2005 7:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to take first row when using UniVerse stage
- Replies: 9
- Views: 2362
- Wed Feb 16, 2005 7:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Convert current_date(DB2) into Julian format( In ODBC Stage)
- Replies: 4
- Views: 3764
- Wed Feb 16, 2005 7:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: datastage job calling a web services
- Replies: 4
- Views: 2906
- Wed Feb 16, 2005 7:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error: [IBM][CLI Driver][DB2/AIX64] SQL0973N Not enough sto
- Replies: 5
- Views: 2817
- Wed Feb 16, 2005 7:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to use relational operator when hash file used as refere
- Replies: 8
- Views: 1807
- Wed Feb 16, 2005 7:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job schedule documentation query?
- Replies: 3
- Views: 1127
- Wed Feb 16, 2005 7:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Exception raised in GCI subroutine: Access violation
- Replies: 5
- Views: 6506
- Wed Feb 16, 2005 7:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Clear Log
- Replies: 3
- Views: 1299
If you "delete the last N entries" then you won't be able to see just "the last couple of entries in the log". Of course it is possible to purge up to the previous run, and it is recommended that you do so, either manually or automatically. More exact purging can be done using DML, but this is not r...
- Tue Feb 15, 2005 10:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: inserting rows into a table at runtime
- Replies: 6
- Views: 1655