Welcome aboard. :D
This is precisely the function of the Merge stage in server jobs. It can perform inner joins as well as outer joins.
Search found 53125 matches
- Wed Apr 19, 2006 1:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to join(merge) two sequential files?
- Replies: 4
- Views: 1658
- Wed Apr 19, 2006 1:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: QUERY UNIVERSE DATABASE
- Replies: 18
- Views: 7773
If you have genuine UniVerse (not DataStage) you can set up ODBC access to it. I have also used an External Source stage to get data out of UniVerse into a parallel job. Construct a query that does not column wrap (perhaps using FMT to override the default field widths and setting the device width s...
- Wed Apr 19, 2006 1:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Teradata Mload/Fastexport stage error
- Replies: 8
- Views: 5282
- Wed Apr 19, 2006 1:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need information regarding Configuration file
- Replies: 2
- Views: 826
- Wed Apr 19, 2006 1:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to find the no of nodes in Configuration file
- Replies: 1
- Views: 672
Basically it's the number of node definitions. Your configuration file has six, so the documentation at its head is incorrect. stage01_node1 stage02_node1 bdwux201 bdwux202 bdwux203 bdwux204 The first two are on machines etlux201 and etlux202 respectively, the remaining four are on machines bdwux201...
- Tue Apr 18, 2006 8:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error with Universe Stage
- Replies: 28
- Views: 5687
You're on Windows. Windows does not have a cat command (though there is on in MKS Toolkit, which you might have installed). DataStage on Windows does not record the installation directory in /.dshome - rather it uses a Registry entry.
Try
Try
Code: Select all
cd C:\Ascential\DataStage\Engine- Tue Apr 18, 2006 8:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORA-01410: invalid ROWID Error
- Replies: 10
- Views: 11049
At the operating system prompt execute the command
This will not only decode the code, but may also recommend remedial action that you can take.
Code: Select all
oerr ORA 01410This will not only decode the code, but may also recommend remedial action that you can take.
- Tue Apr 18, 2006 8:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: HandleNull
- Replies: 12
- Views: 3774
- Tue Apr 18, 2006 7:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Project structure
- Replies: 5
- Views: 1882
- Tue Apr 18, 2006 6:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Debug - Aborting for one user but not another
- Replies: 9
- Views: 2377
- Tue Apr 18, 2006 6:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error with Universe Stage
- Replies: 28
- Views: 5687
- Tue Apr 18, 2006 6:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Creating Header/Detail/Summary records in one output file
- Replies: 12
- Views: 4466
- Tue Apr 18, 2006 6:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Teradata Mload/Fastexport stage error
- Replies: 8
- Views: 5282
- Tue Apr 18, 2006 6:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: sqlldr: not found error
- Replies: 7
- Views: 2460
- Tue Apr 18, 2006 3:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error with Universe Stage
- Replies: 28
- Views: 5687
You may be the Administrator, but are you the DBA?
to find out.
Code: Select all
SELECT * FROM UV_USERS WHERE DBAAUTH = 'YES';