Search found 6797 matches
- Tue Feb 13, 2007 7:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: concatenate all the output rows in a variable
- Replies: 10
- Views: 2189
- Tue Feb 13, 2007 7:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Status code 127 for the job
- Replies: 4
- Views: 1453
- Mon Feb 12, 2007 9:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Get "Could not open table file" when create lookup
- Replies: 2
- Views: 1814
- Mon Feb 12, 2007 7:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can I use Change capture for this ?
- Replies: 8
- Views: 1879
- Mon Feb 12, 2007 7:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compare stage, output columns
- Replies: 16
- Views: 16569
- Mon Feb 12, 2007 3:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to convert sybase timestamp to Oracl timestamp
- Replies: 19
- Views: 7735
- Mon Feb 12, 2007 2:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Lookup On a Lookup
- Replies: 4
- Views: 921
- Mon Feb 12, 2007 2:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Decimal field with Trailing negative signs
- Replies: 18
- Views: 3915
- Mon Feb 12, 2007 2:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Tuning Fact Table Process
- Replies: 14
- Views: 5261
- Mon Feb 12, 2007 1:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Tuning Fact Table Process
- Replies: 14
- Views: 5261
- Mon Feb 12, 2007 1:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Decimal field with Trailing negative signs
- Replies: 18
- Views: 3915
- Mon Feb 12, 2007 1:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Decimal field with Trailing negative signs
- Replies: 18
- Views: 3915
You can do something like
Code: Select all
If Right(in.Col, 1) = "-" then "-":left(in.Col, len(in.Col)-1) else in.Col- Mon Feb 12, 2007 1:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Tuning Fact Table Process
- Replies: 14
- Views: 5261
- Mon Feb 12, 2007 1:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Decimal field with Trailing negative signs
- Replies: 18
- Views: 3915
- Mon Feb 12, 2007 1:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job End Time
- Replies: 13
- Views: 2552