Search found 53125 matches
- Thu Aug 21, 2008 3:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: insert a date field with ODBC Enterprise stage
- Replies: 18
- Views: 6375
- Thu Aug 21, 2008 3:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reverse Lookup
- Replies: 11
- Views: 4479
Change the constraint on link #1
Then no rows will go out link #1
Code: Select all
(matched record) And (1=2)Then no rows will go out link #1
- Thu Aug 21, 2008 3:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: MYSQL - ODBC -windows xp under VMware - will only load 1 row
- Replies: 2
- Views: 1053
- Thu Aug 21, 2008 3:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to join
- Replies: 14
- Views: 2968
- Thu Aug 21, 2008 3:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: current date in the check point
- Replies: 9
- Views: 1920
- Thu Aug 21, 2008 3:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dividing an integer
- Replies: 15
- Views: 6455
I'm still curious about what "not working" means in the context of the "/" operator. Div() is integer division, but "/" is not.
Code: Select all
AsFloat( DSLink3.INSTR_SET_HRS) / 10.0- Thu Aug 21, 2008 3:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: VarChar in Hash Files
- Replies: 12
- Views: 2961
480MB is not a problem. VarChar(999) may be, since the default maximum key size in a hashed file is 768. Hashed files need to be 64-bit only if there is any likelihood they will exceed 2GB in size. The size of the VarChar does not have any impact on storage in a hashed file; only the required amount...
- Thu Aug 21, 2008 3:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Consuming split files in a job
- Replies: 12
- Views: 2601
The cat command will use hardly any resources at all. The files are already on disk. Output from the cat command is not written to disk; it becomes the input to the sequential file stage. If you like the effect is that of
Code: Select all
cat files* | DataStage job- Thu Aug 21, 2008 6:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error in extracting records
- Replies: 1
- Views: 938
- Thu Aug 21, 2008 6:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to join
- Replies: 14
- Views: 2968
- Thu Aug 21, 2008 6:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Perform join on multiple columns with OR condition
- Replies: 4
- Views: 935
- Thu Aug 21, 2008 6:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Float Datatype handling - Conversion from dfloat to sfloat
- Replies: 5
- Views: 2621
- Thu Aug 21, 2008 6:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to stop creation of reject file.
- Replies: 2
- Views: 1217
- Thu Aug 21, 2008 6:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Consuming split files in a job
- Replies: 12
- Views: 2601
- Thu Aug 21, 2008 6:34 am
- Forum: General
- Topic: loader report
- Replies: 5
- Views: 1433