Search found 15603 matches
- Thu Jan 03, 2008 3:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: $APT_CONFIG_FILE value in individual job
- Replies: 5
- Views: 1172
- Thu Jan 03, 2008 3:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: usage of Oracle stage
- Replies: 2
- Views: 651
- Thu Jan 03, 2008 3:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to use Call DSExecute
- Replies: 10
- Views: 3449
- Thu Jan 03, 2008 3:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: StringToDecimal
- Replies: 7
- Views: 2816
- Thu Jan 03, 2008 3:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reg:String to Decimal Conversion
- Replies: 5
- Views: 1462
nkreddy_3 - You see what effect stating that your problem needs the attention of DSXchange "ASAP" has? It means that many people who might otherwise have responded haven't done so. DSXchange is an all-volunteer site and in order to get immediate and professional attention you would need to pay far m...
- Thu Jan 03, 2008 3:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: job aborted because of heap size
- Replies: 8
- Views: 3171
rubik - the original error posted was "The current soft limit on the data segment (heap) size is less than the hard limit, consider increasing the heap size limit"; so how can you be getting the same error message after setting it to unlimited? Or is this another error that might best be covered in ...
- Thu Jan 03, 2008 3:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Regular Expressions
- Replies: 3
- Views: 888
- Thu Jan 03, 2008 2:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Delimited values in Startloop Activity
- Replies: 7
- Views: 2720
- Wed Jan 02, 2008 12:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsjob (status code)
- Replies: 21
- Views: 11245
- Wed Jan 02, 2008 12:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Round to 2 decimal places For Double (53)
- Replies: 9
- Views: 2463
- Wed Jan 02, 2008 12:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Round to 2 decimal places For Double (53)
- Replies: 9
- Views: 2463
- Wed Jan 02, 2008 9:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsjob (status code)
- Replies: 21
- Views: 11245
How about just redirecting everything, try
Code: Select all
id=`dsjob -lognewest $Project $Job 2>&1 | cut -d"=" -f2`- Wed Jan 02, 2008 8:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Regarding the performance of datastage and SQL Loader
- Replies: 12
- Views: 5934
- Wed Jan 02, 2008 8:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: 2 consecutive Modify Stages
- Replies: 13
- Views: 3911
- Wed Jan 02, 2008 8:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Initializing DOUBLE column to zero giving error
- Replies: 8
- Views: 1409
Do a derivation of
Code: Select all
StringToDecimal('0','allow_zero')