Search found 53125 matches
- Wed Apr 15, 2009 4:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error in control file when using Oracle Load
- Replies: 9
- Views: 2543
- Wed Apr 15, 2009 4:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compiling through dscc utility
- Replies: 3
- Views: 1163
- Wed Apr 15, 2009 3:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Negative Number representation needs to be modified
- Replies: 11
- Views: 4567
They are explained well in the UniVerse docs. "MD2-" indicates two decimal places with a trailing sign. Note, though, that the result of Iconv() has masked decimal - to reinstate you would need an Oconv().
Code: Select all
Oconv(Iconv(InLink.TheValue, "MD2-"), "MD2")- Wed Apr 15, 2009 2:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential File - Warning Message - Null
- Replies: 4
- Views: 2043
Wrap your expression in Code tags, otherwise multiple spaces get compressed by the software. Yes, I mean that you need 19 spaces if the Field Width is 19.
Code: Select all
NullFieldValue = " "- Wed Apr 15, 2009 2:02 pm
- Forum: General
- Topic: NullToValue in Modify stage
- Replies: 3
- Views: 3531
- Wed Apr 15, 2009 1:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Conversion Error - Loading from Sequential file to Oracle
- Replies: 2
- Views: 867
- Wed Apr 15, 2009 1:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to supress the warning message generated for NULL fields
- Replies: 12
- Views: 8479
- Wed Apr 15, 2009 1:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential File - Warning Message - Null
- Replies: 4
- Views: 2043
- Wed Apr 15, 2009 1:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to fetch Meta data of table or file to a file
- Replies: 9
- Views: 2957
- Wed Apr 15, 2009 1:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Informix SDK ODBC Driver: Unable to load driver
- Replies: 3
- Views: 1376
- Wed Apr 15, 2009 1:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dsenv file
- Replies: 10
- Views: 8492
- Wed Apr 15, 2009 1:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Invalid Decimal Output
- Replies: 8
- Views: 2564
- Wed Apr 15, 2009 1:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: main_program: Unable to open descriptor file to create: Per
- Replies: 3
- Views: 3915
There are more grid environment variables you will need to set. The obvious one is APT_GRID_PARTITIONS (companion of APT_GRID_COMPUTENODES). For the Sequential File stage the pathname should be preceded by a reference to APT_GRID_SEQFILE_HOST or APT_GRID_SEQFILE_HOST2 (since sequential file I/O can ...
- Wed Apr 15, 2009 1:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Convert String to Decimal in subroutine
- Replies: 8
- Views: 2311
You need to specify, in the Trim() function, that you want to remove @FM characters (the default is to remove white space characters). The full form of the Trim() function has three arguments. You can get away with only two.
Code: Select all
Trim(ActivityName.$CommandOutput,@FM)- Wed Apr 15, 2009 1:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: NLS_MAP IS NOT NAOT VALID
- Replies: 3
- Views: 1992