Search found 53125 matches
- Fri Aug 17, 2007 3:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Absence of the "Row Merger" and "Row Splitter
- Replies: 3
- Views: 1717
Maybe whoever installed DataStage chose not to install them. Do they exist in the Packages folder on the installation CD? If you are using an image from IBM training they won't be present, because these are used to illustrate how to install plug-in stage types. But aren't they server stage types, no...
- Fri Aug 17, 2007 3:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: view data a table the decimal datatype DSEE
- Replies: 2
- Views: 629
- Fri Aug 17, 2007 3:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to get the difference out of two sets
- Replies: 1
- Views: 596
- Fri Aug 17, 2007 2:59 pm
- Forum: General
- Topic: sql statement execution from Routine.
- Replies: 10
- Views: 4390
- Fri Aug 17, 2007 2:57 pm
- Forum: IBM<sup>®</sup> DataStage TX
- Topic: Certification for WTX
- Replies: 1
- Views: 1990
- Fri Aug 17, 2007 2:56 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: getting error message@ end of installation
- Replies: 1
- Views: 2193
This is an all-volunteer site. People post as and when they can, and usually only if they have any answer. Re-posting the same question will not help. Claiming it is urgent will not help. You are paying maintenance; contact your support provider. If it truly is urgent, sign up for premium service f...
- Fri Aug 17, 2007 6:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Pass parameter value as column name
- Replies: 1
- Views: 1051
Welcome aboard. In DataStage the metadata drives the data, not the other way around. What you seek to do is not really possible. Some people have experimented with using the Schema File property, and attempted to use a dynamic record schema, relying upon runtime column propagation to achieve pass-th...
- Fri Aug 17, 2007 6:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Calling multiple after job routines sequencely from same job
- Replies: 4
- Views: 1306
Code: Select all
InputArg = 0 ; * or as needed
Call DSU.Subroutine1(InputArg, ErrorCode)
If ErrorCode = 0
Then Call DSU.Subroutine2(InputArg, ErrorCode)
If ErrorCode = 0
Then Call DSU.Subroutine3(InputArg, ErrorCode)- Fri Aug 17, 2007 6:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Appending 2 files of jobs which uses After-job subroutine
- Replies: 1
- Views: 837
- Fri Aug 17, 2007 6:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to check existing records in Hash File
- Replies: 4
- Views: 1110
- Fri Aug 17, 2007 6:02 am
- Forum: General
- Topic: sql statement execution from Routine.
- Replies: 10
- Views: 4390
- Fri Aug 17, 2007 3:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to get the timesatmp of a modified job
- Replies: 4
- Views: 1032
- Fri Aug 17, 2007 2:56 am
- Forum: General
- Topic: sql statement execution from Routine.
- Replies: 10
- Views: 4390
- Fri Aug 17, 2007 2:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: " Parameter marker text size exceeds allocated space&qu
- Replies: 1
- Views: 702
- Fri Aug 17, 2007 2:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to get the timesatmp of a modified job
- Replies: 4
- Views: 1032