As noted a bazillion times already, the vendor deliberately does not publish this information, and reserves the right to change it at any time.
Anything you get here on DSXchange is the result of many hours of investigative work, which some unkinder individuals would call hacking.
Search found 53125 matches
- Thu Jun 23, 2011 4:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Where to find the document
- Replies: 1
- Views: 834
- Thu Jun 23, 2011 4:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Schema Lib Manager not reading FpML 5.2
- Replies: 4
- Views: 2236
- Wed Jun 22, 2011 5:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Atomic DB Update+Select
- Replies: 4
- Views: 1420
- Wed Jun 22, 2011 4:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Issue with String to date
- Replies: 2
- Views: 1483
- Wed Jun 22, 2011 4:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Convert asci characters in string to blank
- Replies: 2
- Views: 1556
- Wed Jun 22, 2011 4:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sub queries and funtions not working in oracle connector
- Replies: 1
- Views: 1589
- Wed Jun 22, 2011 4:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Logic needed
- Replies: 16
- Views: 8197
Who are you? You're not the originator of this thread? Are you a colleague of kittu.raja? If not, how can we be sure that you're on an identical system? In any case, until kittu.raja posts the logic required (in English) how could we suggest how to implement that logic in a Transformer - or any othe...
- Wed Jun 22, 2011 4:30 pm
- Forum:
- Topic: Regarding Metadata workBench
- Replies: 6
- Views: 3559
- Wed Jun 22, 2011 4:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Schema Lib Manager not reading FpML 5.2
- Replies: 4
- Views: 2236
- Wed Jun 22, 2011 4:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Atomic DB Update+Select
- Replies: 4
- Views: 1420
Code: Select all
SELECT columnname + N AS newcolumname FROM tablename- Wed Jun 22, 2011 4:24 pm
- Forum:
- Topic: Regarding Metadata workBench
- Replies: 6
- Views: 3559
- Wed Jun 22, 2011 4:23 pm
- Forum: General
- Topic: Virtualization via PowerVM
- Replies: 1
- Views: 685
- Wed Jun 22, 2011 4:09 pm
- Forum: General
- Topic: House Keeping
- Replies: 4
- Views: 1363
- Wed Jun 22, 2011 4:07 pm
- Forum: General
- Topic: Universe TABLES like DS_JOBS
- Replies: 3
- Views: 1894
UniVerse manuals may be downloaded from Rocket Software - they don't totally describe DataStage, but the SQL at least is 100% compatible.
DataStage repository tables are deliberately not documented by the vendor, which reserves the right to change them at any time.
DataStage repository tables are deliberately not documented by the vendor, which reserves the right to change them at any time.
- Wed Jun 22, 2011 4:04 pm
- Forum: General
- Topic: DAY function in Execute command stage.
- Replies: 3
- Views: 1258
OK, the functions you used are for the parallel Transformer stage, not available in sequence activities. I would use a Nested Condition activity, with the expression
Code: Select all
Left(Oconv(Date(), "DWB"), 1) <> "S"