Search found 53125 matches
- Thu Oct 26, 2006 8:58 am
- Forum: General
- Topic: How to use Tab Delimiter in New Job
- Replies: 7
- Views: 5854
- Wed Oct 25, 2006 6:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Upgrade to 8.0 for Server-only sites
- Replies: 5
- Views: 1114
I'm sure I answered that a while back. Was it here?
- Wed Oct 25, 2006 6:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SH UniVerse Command on Windows
- Replies: 3
- Views: 1296
DOS, funnily enough.
The switch for immediate return after completing the command is /C
Example:
SH works if you are on version 7.5x2 with parallel jobs licensed. This takes you to a "UNIX" shell - actually MKS Toolkit.
The switch for immediate return after completing the command is /C
Example:
Code: Select all
DOS /C "dir *config"SH works if you are on version 7.5x2 with parallel jobs licensed. This takes you to a "UNIX" shell - actually MKS Toolkit.
- Wed Oct 25, 2006 6:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: "Not Equal" Lookup
- Replies: 13
- Views: 3219
- Wed Oct 25, 2006 3:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: orcherstate manual guide
- Replies: 3
- Views: 1277
- Wed Oct 25, 2006 3:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: advanced parallel job developers guide
- Replies: 2
- Views: 2004
- Wed Oct 25, 2006 2:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORA-01438: value larger than specified precision allowed for
- Replies: 7
- Views: 5302
- Wed Oct 25, 2006 2:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORA-01438: value larger than specified precision allowed for
- Replies: 7
- Views: 5302
In a Transformer stage you can use the DecimalToDecimal() function. See Appendix B in Parallel Job Developer's Guide for full information. In a Modify stage you can use the decimal_from_decimal() function. If that's all you have to do, prefer the Modify stage, as it's much more efficient than the Tr...
- Wed Oct 25, 2006 2:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORA-01438: value larger than specified precision allowed for
- Replies: 7
- Views: 5302
Re: ORA-01438: value larger than specified precision allowed
Abdulwahabza wrote: I have a column in table whose data type is number 9(2) and for this field i am getting value from source as 12345.7626
Seems to me that your problem is right there! How can you get this value if the metadata specifies two decimal places? Perchance you have a metadata mismatch?
- Wed Oct 25, 2006 2:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Row Count in Aggregator
- Replies: 6
- Views: 3141
- Wed Oct 25, 2006 1:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: testing a null value in a routine
- Replies: 11
- Views: 3264
Right at the bottom of your code add the following lines.
Code: Select all
$IFDEF TESTING
If IsNull(Ans) Then Ans = "NULL"
$ENDIF- Wed Oct 25, 2006 1:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage Phantom error
- Replies: 5
- Views: 1622
- Wed Oct 25, 2006 1:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Wait-for-file should run continuously
- Replies: 19
- Views: 6809
- Wed Oct 25, 2006 1:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: "Not Equal" Lookup
- Replies: 13
- Views: 3219
- Wed Oct 25, 2006 1:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How do I count the total number of Jobs is a project?
- Replies: 17
- Views: 5945