Search found 53125 matches
- Sat Aug 09, 2008 10:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Email Notification
- Replies: 32
- Views: 9455
- Sat Aug 09, 2008 4:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Difference between Data Set , File Set , and Sequential
- Replies: 1
- Views: 751
Data Set preserves internal format, partitioning and sorting, and is therefore ideal for staging data between parallel jobs. File Set preserves partitioning and sorting, but is exported into human-readable format. It is useful when other parallel applications may need to read the data. The Sequentia...
- Sat Aug 09, 2008 4:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Processing Date
- Replies: 7
- Views: 1365
Thank you so much it worked out, Similarly i have other selection cretria in which the Processing_month field should have the value of Last 12 month, counting back from October 31. How shall i implement this. Start with a clearer specification. Are you looking for a "year to date" figure starting f...
- Sat Aug 09, 2008 5:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How To Convert EXE Jobs into Design.
- Replies: 2
- Views: 807
I assume you mean "executable" jobs. How is it you have lost all your job designs yet preserved these? That is quite a good trick. Can you be more specific about what you have actually got left? If you have the OSH scripts (whether the original generated script or the score) then it would be possibl...
- Sat Aug 09, 2008 12:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dataset to CSV File
- Replies: 2
- Views: 2168
- Fri Aug 08, 2008 4:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Writing Sequential File - Integers
- Replies: 9
- Views: 3080
- Fri Aug 08, 2008 4:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: invalid data type error
- Replies: 1
- Views: 1146
- Fri Aug 08, 2008 4:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Universe/Hash file lookup - Job running too long
- Replies: 12
- Views: 3318
Hashed files do not support multi-column indexes, though two indexes (one on each field) may still help this particular problem. The BUILD.INDEX command can build more than one index at the same time; it starts phantom (background) processes to build all but one. To deploy multi-column indexes, the ...
- Fri Aug 08, 2008 4:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: sorting in sort stage Vs Transformer
- Replies: 7
- Views: 2565
- Fri Aug 08, 2008 4:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage Plugin Custom GUI
- Replies: 1
- Views: 1593
- Fri Aug 08, 2008 4:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: job failure with no warnings
- Replies: 2
- Views: 1070
- Fri Aug 08, 2008 4:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Processing XML files
- Replies: 5
- Views: 1443
- Fri Aug 08, 2008 4:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date Format
- Replies: 7
- Views: 2183
Code: Select all
DIGITS(Oconv(Iconv(....),"DYMD[4,2,2]"))- Fri Aug 08, 2008 4:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Passing a value from a column to a stored proc
- Replies: 9
- Views: 2033
Or or , either of which is more efficient than EReplace(), though for one single execution you probably would not notice the difference.
Code: Select all
Convert(@FM,"",Execute_Command_0.$CommandOutput) Code: Select all
Trim(Execute_Command_0.$CommandOutput,@FM,"A")- Fri Aug 08, 2008 3:58 pm
- Forum: General
- Topic: file pattern at sequential file
- Replies: 8
- Views: 2587