Search found 53125 matches
- Tue May 16, 2006 3:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: TCL command 'AND" Operator
- Replies: 2
- Views: 839
- Tue May 16, 2006 2:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Substring from rear
- Replies: 5
- Views: 1110
- Tue May 16, 2006 2:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Syntax issue using execute and capturing
- Replies: 29
- Views: 6974
There are two query languages. One, the older, is called RetrieVe. Its SELECT generates a Select List (a list of key values) in memory. Its filtering clause begins with WITH. The other is called DataStage/SQL. Its SELECT generates a report. Its filtering clause begins with WHERE. Each has a DELETE s...
- Tue May 16, 2006 2:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extract from sequential file
- Replies: 3
- Views: 1193
Read the file as a single column, or perhaps two if the record type designator is at the beginning of each line. Use the value of the record type designator to constrain three outputs from a Transformer stage (header, detail, trailer). Parse the single column of data into appropriate fields on these...
- Tue May 16, 2006 2:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Call SQL procedure from Tranformer
- Replies: 3
- Views: 1445
- Tue May 16, 2006 2:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Running a Parallel job on Win XP server
- Replies: 7
- Views: 2250
- Tue May 16, 2006 2:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: performance
- Replies: 7
- Views: 2062
Using Entire for the reference dataset causes all of the data to be loaded into a single partition in memory. However all the stream partitions can see this data. That's not quite correct. Entire causes the entire reference Data Set (or File Set) to be loaded onto each partition. Every partition. S...
- Tue May 16, 2006 2:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Call SQL procedure from Tranformer
- Replies: 3
- Views: 1445
I want to call a PL/SQL procedure in DB2 from within the ...
I want to call a PL/SQL procedure in DB2 from within the derivation field of the derivation inside the Transformer stage. No you don't. It would be abysmally slow. There are various mechanisms available, all of which would require a routine, perhaps to open a new shell in which to execute sqlplus c...
- Tue May 16, 2006 2:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: nls_read_fixedwidth() - row 1, too many columns
- Replies: 2
- Views: 1047
Your actual row structure and your metadata do not match, there being more columns (character positions) in a row than the total of column widths and inter-column characters specified in your table definition for the fixed-width format file. A related possibility is that your data include some doubl...
- Tue May 16, 2006 2:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage versions information
- Replies: 3
- Views: 907
- Tue May 16, 2006 1:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage versions information
- Replies: 3
- Views: 907
Extended Edition. Read about it on the IBM/Ascential web site or search this site.
- Tue May 16, 2006 1:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Running a Parallel job on Win XP server
- Replies: 7
- Views: 2250
- Mon May 15, 2006 8:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Timestamps Oracle OCI to OLE/DB??
- Replies: 3
- Views: 1166
- Mon May 15, 2006 8:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: HAWK release status
- Replies: 13
- Views: 3213
- Mon May 15, 2006 8:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage installation on Linux for parallel processing?
- Replies: 3
- Views: 1139