Search found 53125 matches
- Mon Oct 06, 2008 8:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SubString Comparision
- Replies: 4
- Views: 1099
- Mon Oct 06, 2008 8:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Calling Datastage Basic Routine Through Command Line
- Replies: 8
- Views: 4494
- Mon Oct 06, 2008 8:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: sort stage problem
- Replies: 1
- Views: 1520
- Mon Oct 06, 2008 8:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Regarding Encrypted Parameters
- Replies: 5
- Views: 1511
You can do what I suggested above - simply form the intersection of the sub-queries. If you want to attack it from the other end (that is, beginning with a particular parameter name) that's a fish of an entirely different colour, and a rather more complex query. Indeed, one that would take more time...
- Mon Oct 06, 2008 8:09 am
- Forum: IBM QualityStage
- Topic: Rule Sets in Quality Stage
- Replies: 6
- Views: 2332
- Mon Oct 06, 2008 8:08 am
- Forum: IBM QualityStage
- Topic: Matching in Quality Stage
- Replies: 5
- Views: 2117
- Mon Oct 06, 2008 2:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Regarding Encrypted Parameters
- Replies: 5
- Views: 1511
The answer is yes, but it's messy. Jobs With Encrypted Parameters You would need to unpack the CParameters collection in the ROOT record for the job in DS_JOBOBJECTS, and then decode the enumerated parameter type. Parameter types are in the multi-valued field #19 in this record. From JOBCONTROL.H yo...
- Mon Oct 06, 2008 1:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error calling subroutine
- Replies: 9
- Views: 2773
The reason I asked is that DSR_PROJECT is cataloged separately in each project. If the problem only occurs in one project, then it's probably the catalog entry for DSR_PROJECT (one of the helper subroutines in that project). If it's every project then the problem is more likely to be associated with...
- Sun Oct 05, 2008 11:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Nullable check in change capture
- Replies: 1
- Views: 640
- Sun Oct 05, 2008 11:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Change Capture Stage Error
- Replies: 2
- Views: 846
Welcome aboard. You can often get an answer faster by using Search - this is an example of a question that HAS been asked before.
- Sun Oct 05, 2008 11:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error calling subroutine
- Replies: 9
- Views: 2773
- Sun Oct 05, 2008 11:40 pm
- Forum: General
- Topic: export and import job on UNIX
- Replies: 14
- Views: 18599
- Sun Oct 05, 2008 9:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Calling Datastage Basic Routine Through Command Line
- Replies: 8
- Views: 4494
- Sun Oct 05, 2008 9:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error calling subroutine
- Replies: 9
- Views: 2773
What has changed on the system (not necessarily anything in DataStage - ANYWHERE on the system) since last Friday? Are other projects on the same server accessible? Has a connection been dropped? Have you tried re-booting the client to clear any crap - such as handles to disconnected sessions - from...
- Sun Oct 05, 2008 6:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Calling Datastage Basic Routine Through Command Line
- Replies: 8
- Views: 4494
No. In the same way and for the same reason that you can't invoke a C function from the command line. There is no argument-passing mechanism from the command line. Nor can you call DS routines from the TCL prompt. Your assertion that you can is wrong. If you disagree with that please provide an exam...