Search found 53125 matches
- Sun Sep 06, 2009 2:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need help in understanding Universe query
- Replies: 1
- Views: 978
- Sun Sep 06, 2009 2:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: select * from DS_JOBOBJECTS doesnot list all columns
- Replies: 1
- Views: 1146
You are correct. It doesn't. That's not the way UniVerse - and therefore the DataStage Engine which is based on UniVerse - works. The columns displayed by the asterisk are defined in the file dictionary using a phrase entry called @SELECT or, if that is not present, by a phrase entry called @ or, if...
- Sun Sep 06, 2009 2:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: uvsh not working
- Replies: 6
- Views: 1628
uvsh - or its synonym dssh - is for executing commands in the DataStage shell. These include SQL statements, but include other statement types as well. When modules can not be loaded it usually means that your shared library search path (LD_LIBRARY_PATH environment variable) is not correctly set or...
- Sun Sep 06, 2009 2:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How does DataStage store Annotations?
- Replies: 17
- Views: 5496
Code: Select all
SELECT column_list FROM tablename FIRST 2;Code: Select all
LIST.DICT tablename- Sun Sep 06, 2009 2:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to create a Dataset
- Replies: 3
- Views: 2604
Given that the Data Set already exists, it must be accessed using a compatible configuration file (one that refers to the 20 nodes with which it was created). The orchadmin command has options to bypass this requirement but the Data Set stage does not (except in a grid environment in version 8.1) as...
- Sun Sep 06, 2009 2:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: 80011 and libgciudt6.so
- Replies: 6
- Views: 1883
- Fri Sep 04, 2009 3:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: spaces causing null handling issue
- Replies: 8
- Views: 1858
- Fri Sep 04, 2009 3:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Partitioning in SMP
- Replies: 8
- Views: 3373
1) Not necessary, but wise. You get the same benefits as on MPP. 2) Your result is an artifact of using a small data volume. For large data volumes, you will get a quicker completion time using two nodes versus using one. 3) Partitioning works in exactly the same way on an SMP system with just two e...
- Fri Sep 04, 2009 3:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: 80011 and libgciudt6.so
- Replies: 6
- Views: 1883
- Fri Sep 04, 2009 3:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Selecting only specific columns from a file in unix
- Replies: 19
- Views: 3174
- Fri Sep 04, 2009 3:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Import from fixed length file
- Replies: 51
- Views: 13575
- Fri Sep 04, 2009 2:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: What is the maximum length of varchar allowed
- Replies: 4
- Views: 9146
DataStage IS able to do so, but may you have to tune the maximum number of columns and, probably, maximum buffer size for the DSN. You do this in the uvodbc.config file using MAXFETCHCOLS and MAXFETCHBUFF parameters. Of course, the maximum size of a VarChar column is limited by the ODBC driver itsel...
- Fri Sep 04, 2009 2:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Pls Help - Extract XMLTYPE data from Oracle 9i
- Replies: 2
- Views: 1652
- Fri Sep 04, 2009 2:51 pm
- Forum: General
- Topic: Sequencer Multi Layer Termination
- Replies: 5
- Views: 1258
- Fri Sep 04, 2009 2:49 pm
- Forum: General
- Topic: Sequencer Multi Layer Termination
- Replies: 5
- Views: 1258