Search found 42189 matches
- Tue Nov 09, 2010 7:18 am
- Forum: General
- Topic: Run batch file to call a DS Job to run
- Replies: 16
- Views: 12710
- Mon Nov 08, 2010 10:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Run a job through routine
- Replies: 3
- Views: 1393
- Mon Nov 08, 2010 10:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dataviewing Error
- Replies: 5
- Views: 7256
- Mon Nov 08, 2010 10:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Breaking a column's value into multiple rows
- Replies: 4
- Views: 2475
- Mon Nov 08, 2010 9:20 pm
- Forum: General
- Topic: Run batch file to call a DS Job to run
- Replies: 16
- Views: 12710
- Mon Nov 08, 2010 8:41 pm
- Forum: General
- Topic: Run batch file to call a DS Job to run
- Replies: 16
- Views: 12710
- Mon Nov 08, 2010 1:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Conversion into meaningful date
- Replies: 5
- Views: 1544
:? If you say so. Iconv converts the date into an internal format, which is an integer value representing the number of days past the zero date. You really need OConv to get it back to the valid external format that your post shows - unless your target is a database column. Some will accept that int...
- Mon Nov 08, 2010 1:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Conversion into meaningful date
- Replies: 5
- Views: 1544
Something like this:
Code: Select all
OConv(IConv(Convert("_","",YourDate),"DYMD"),"D/MDY[2,2,4]")- Mon Nov 08, 2010 11:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Assignment of a NULL value to a NOT NULL
- Replies: 25
- Views: 11072
- Mon Nov 08, 2010 8:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: function 'utf_to_row()' failed
- Replies: 4
- Views: 2975
- Mon Nov 08, 2010 7:38 am
- Forum: General
- Topic: concat colmns in transformer if condition happens
- Replies: 3
- Views: 1317
Or just do it like you have posted:
Code: Select all
stageVar = (if check1 = 1 then col1 else '') : (if check2 = 1 Then col2 else '') : (if check3 = 3 then col3 else '')- Mon Nov 08, 2010 7:30 am
- Forum: General
- Topic: FOLDERS RT_LOG
- Replies: 3
- Views: 2772
- Sun Nov 07, 2010 10:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Change Data Capture
- Replies: 3
- Views: 1420
- Sun Nov 07, 2010 8:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML extract failing during validation
- Replies: 2
- Views: 875
- Sun Nov 07, 2010 8:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Change Data Capture
- Replies: 3
- Views: 1420