Search found 53125 matches
- Thu Apr 17, 2008 12:40 am
- Forum: General
- Topic: Naming conventions
- Replies: 8
- Views: 2205
- Wed Apr 16, 2008 10:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: After job subroutine aborts
- Replies: 8
- Views: 3274
- Wed Apr 16, 2008 10:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Maximum number instances of a DS job at a time
- Replies: 11
- Views: 10186
There is no DataStage limit to the number of instances of a multi-instance job that can be running at the same time, provided each has a unique invocation ID. There obviously are resource limitations. When you include any inter-process communication into the mix, then there seems to be some kind of ...
- Wed Apr 16, 2008 5:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Stage and Lookup Condition Tabs not shown in my Lookup stage
- Replies: 6
- Views: 1193
- Wed Apr 16, 2008 5:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Calling COBOL ROUTINE from DataStage v8
- Replies: 4
- Views: 1371
Is it possible to call them from version 7? If so, then the answer to your question is "yes, using the same technique". A marketing answer is also "yes", provided you are using EE MVS edition (in which DataStage has generated COBOL source code that you compile and run on your mainframe). What are yo...
- Wed Apr 16, 2008 5:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DSR_IMPORT (Action=2) error- metadata imp from Netezza ODBC
- Replies: 3
- Views: 1646
- Wed Apr 16, 2008 5:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fatal Error: APT_SYSselect returned error status -1
- Replies: 11
- Views: 2748
- Wed Apr 16, 2008 5:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DSX stage names to meaningful stage names
- Replies: 10
- Views: 9841
Fair enough - obviously jmckeever's site doesn't use server jobs. CCustomInput and CCustomOutput are generic names for plug-in stage types, so that might be an issue for you. You should find most, if not all, of the class types in the DSR_ESPROPS.H header file in DSINCLUDE directory in your project.
- Wed Apr 16, 2008 5:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: g++/gcc configuration in AIX
- Replies: 3
- Views: 3311
- Wed Apr 16, 2008 4:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Command line parameters viewing process properties
- Replies: 4
- Views: 1320
- Wed Apr 16, 2008 4:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: row splitter
- Replies: 2
- Views: 1182
- Wed Apr 16, 2008 4:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: row merger
- Replies: 9
- Views: 2929
- Wed Apr 16, 2008 4:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Updating Columns in Table based on input query
- Replies: 2
- Views: 1008
Re: Updating Columns in Table based on input query
I have been handed over around 30 odd jobs for performance improvement. Why? Are you a performance improvement specialist? If so, are your services for hire? I don't think there's much there that you'll be able to do - column names are not dynamic in server jobs, hence the need for separate jobs (o...
- Wed Apr 16, 2008 4:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Command line parameters viewing process properties
- Replies: 4
- Views: 1320
- Wed Apr 16, 2008 4:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage 7.5: UTF8
- Replies: 6
- Views: 7375
Just because Oracle does it doesn't make it a standard. AL32UTF8 is - to my mind - Oracle being precious (I think it stands for American/ASCII Language 32-bit Unicode Transformation Format 8-bit, which the rest of the world knows as UTF-8). That said, there is more than one eight-bit encoding for Un...