Search found 53125 matches
- Thu Oct 12, 2006 1:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: more than one argument in routines
- Replies: 8
- Views: 1768
A Routine activity can only access a routine whose type is "transform function". This can have between one and 254 arguments. A before/after subroutine is intended to be invoked from job or active stage properties; it is never invoked directly from job control/job sequence. You can, of course, CALL ...
- Thu Oct 12, 2006 1:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: [Informix ODBC Driver]Could not update a row in the table
- Replies: 7
- Views: 3806
- Thu Oct 12, 2006 1:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CAN WE USE DECODE FUNCTION
- Replies: 7
- Views: 2788
- Thu Oct 12, 2006 1:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CASE tatement
- Replies: 3
- Views: 1060
Most databases allow CASE constructs in SELECT statements. You can put the entire construct in the Derivation field in the Columns grid (rather than use user-defined SQL).
Code: Select all
CASE WHEN PROD_CODE = 'tan' THEN 'tango' WHEN PROD_CODE = 'asc' THEN 'Ascential' ELSE 'unknown' END AS PRODUCT- Thu Oct 12, 2006 1:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Backup copies creations with After job subroutines
- Replies: 13
- Views: 3598
- Thu Oct 12, 2006 1:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job is remaining in Aborted status though Reset many times
- Replies: 12
- Views: 3237
- Thu Oct 12, 2006 1:31 pm
- Forum: General
- Topic: Dynamic Meta Data
- Replies: 6
- Views: 3490
Not possible in current versions. The reason for that is that DataStage is driven by the metadata. That is, you can not define derivations, constraints and the like without knowledge of the column names. "They" examined this possibility in the past (version 4?) with a solution of creating a job desi...
- Thu Oct 12, 2006 1:28 pm
- Forum: General
- Topic: Joins on Timestamp columns
- Replies: 6
- Views: 4085
- Thu Oct 12, 2006 1:27 pm
- Forum: General
- Topic: Release Note for 8.0
- Replies: 10
- Views: 5789
- Thu Oct 12, 2006 4:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Modify Stage
- Replies: 7
- Views: 2508
- Thu Oct 12, 2006 4:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job is remaining in Aborted status though Reset many times
- Replies: 12
- Views: 3237
- Thu Oct 12, 2006 4:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CAN WE USE DECODE FUNCTION
- Replies: 7
- Views: 2788
- Thu Oct 12, 2006 4:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Tunables Page in Administrator
- Replies: 1
- Views: 1068
The main factor to take into account is what other demands for memory occur on the system while you're using hashed file cache. A secondary factor is the row count and row size of the totality of hashed files thar you want to use each cache. Clearly with only 2GB of memory you would not set both cac...
- Thu Oct 12, 2006 4:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Access Universe through UNIX
- Replies: 12
- Views: 3760
- Thu Oct 12, 2006 4:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Access Universe through UNIX
- Replies: 12
- Views: 3760