Search found 53125 matches
- Thu Aug 05, 2010 1:51 am
- Forum: General
- Topic: Datastage Challenge
- Replies: 7
- Views: 2016
- Wed Aug 04, 2010 9:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle turning a space into a null
- Replies: 14
- Views: 3265
If its Server what steps should be taken? Essentially posting the question in the Server forum. As a general rule - maybe even a universal rule - the APT... environment variables are not heeded by server jobs. However if you're using an Oracle Connector stage in a server job, then they may be - it'...
- Wed Aug 04, 2010 9:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle turning a space into a null
- Replies: 14
- Views: 3265
- Wed Aug 04, 2010 9:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Missing character sets on DS server
- Replies: 7
- Views: 7083
- Wed Aug 04, 2010 9:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to get the last word after space
- Replies: 4
- Views: 2236
- Wed Aug 04, 2010 9:32 pm
- Forum: Enhancement Wish List
- Topic: DataStage Parameters
- Replies: 9
- Views: 16761
- Wed Aug 04, 2010 9:30 pm
- Forum: Enhancement Wish List
- Topic: Parameter files.
- Replies: 2
- Views: 8215
- Wed Aug 04, 2010 5:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Duplicates of logical key loaded into dimension table
- Replies: 13
- Views: 5083
- Wed Aug 04, 2010 5:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: To remove previous job logs
- Replies: 11
- Views: 3126
- Wed Aug 04, 2010 5:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Missing character sets on DS server
- Replies: 7
- Views: 7083
- Wed Aug 04, 2010 4:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: seperation of data
- Replies: 2
- Views: 1105
- Wed Aug 04, 2010 4:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Typeconversion in Modify giving warning
- Replies: 4
- Views: 3417
Code: Select all
outputFieldName:int64=decimal_from_string(inputFieldName)- Wed Aug 04, 2010 4:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Download file with the DataStage
- Replies: 6
- Views: 2275
- Wed Aug 04, 2010 4:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Missing character sets on DS server
- Replies: 7
- Views: 7083
- Wed Aug 04, 2010 4:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to get the last word after space
- Replies: 4
- Views: 2236
If DCount() is identified as invalid when you validate the expression, use Count() instead.
Code: Select all
Field(YourField," ",Count(YourField," ")+1,1)