Search found 42189 matches
- Mon Jun 10, 2013 6:46 am
- Forum: General
- Topic: Automated conversion of DataStage version 7.5.1A
- Replies: 2
- Views: 1373
- Mon Jun 10, 2013 6:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ANSI to UTF-8
- Replies: 9
- Views: 10114
- Mon Jun 10, 2013 6:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Decimal To String Conversion
- Replies: 10
- Views: 6523
- Mon Jun 10, 2013 6:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Decimal To String Conversion
- Replies: 10
- Views: 6523
- Mon Jun 10, 2013 6:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Truncate and Round Float type data
- Replies: 3
- Views: 1641
- Sun Jun 09, 2013 5:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: regex pattern
- Replies: 7
- Views: 1788
- Sun Jun 09, 2013 10:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: regex pattern
- Replies: 7
- Views: 1788
- Sat Jun 08, 2013 8:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal termination of Link_Collector_64 detected in DS 8.5
- Replies: 2
- Views: 2488
- Fri Jun 07, 2013 7:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Removing duplicates on all columns except one.
- Replies: 5
- Views: 1700
- Fri Jun 07, 2013 7:46 pm
- Forum: General
- Topic: RT_ Folders in the Datastage Project Dir on the Server
- Replies: 4
- Views: 2210
- Fri Jun 07, 2013 7:44 pm
- Forum: General
- Topic: using dsjob with parameters
- Replies: 14
- Views: 4473
Found some documentation online for it but it's all text with no images. I don't see how the 'command' is built that the stage executes. You would need to pre-build the command string with the values substituted in as I noted, can you do that in a preceding Transformer and then have the Command stag...
- Fri Jun 07, 2013 3:30 pm
- Forum: General
- Topic: using dsjob with parameters
- Replies: 14
- Views: 4473
I would like to attach a print screen or a document with the image embedded but I don't know how. All web boards like this support embedded images - that's what the Img or Images tags are for. First, however, you'd need to host your image file somewhere but there are a ton of free sites available f...
- Fri Jun 07, 2013 3:28 pm
- Forum: General
- Topic: using dsjob with parameters
- Replies: 14
- Views: 4473
- Fri Jun 07, 2013 3:25 pm
- Forum: General
- Topic: RT_ Folders in the Datastage Project Dir on the Server
- Replies: 4
- Views: 2210
- Fri Jun 07, 2013 3:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Phone Number Format
- Replies: 2
- Views: 1629
Build the pieces with separate expressions concatenated together:
Code: Select all
Isnull(Lnk_Cpy_Ds.Ph1) OR (Lnk_Cpy_Ds.Ph1) = '000' Then '' Else '(' : Trim(Lnk_Cpy_Ds.Ph1): ') ' : ( handle phone 2) : ( handle phone 3 )