Search found 53125 matches

by ray.wurlod
Thu Apr 17, 2008 12:40 am
Forum: General
Topic: Naming conventions
Replies: 8
Views: 2205

Welcome aboard. :D Each enterprise establishes its own naming conventions. You need to find out from whoever is employing you what they are. Some practitioners have their own, which they tend to use on "greenfields" engagements and when their client appears not to have any conventions in place.
by ray.wurlod
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

Just set the "Lookup Failed" rule to "Fail", which is its default value.
by ray.wurlod
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 ...
by ray.wurlod
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...
by ray.wurlod
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

Can you connect to Netezza using DS_CONNECT test utility?
by ray.wurlod
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

The workaround was not to partition the inputs to the Funnel stage (but, perhaps, to do it upstream of there).
by ray.wurlod
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.
by ray.wurlod
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

I don't believe g++ and AIX is a valid combination. I understand that you must use the XLC compiler on AIX. (But I would be happy to be corrected.)
by ray.wurlod
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

I believe the third number is run mode - 1=normal, 2=validate, 3=reset.
by ray.wurlod
Wed Apr 16, 2008 4:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: row splitter
Replies: 2
Views: 1182

Investigate the Fold() function. Fold your string into 3, make sure that the delimiter is @FM, and simply write the string into a single VarChar field with delimiter set to 000 and quote character set to 000.
by ray.wurlod
Wed Apr 16, 2008 4:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: row merger
Replies: 9
Views: 2929

What do you want to replace them with? Use a Convert() function.
by ray.wurlod
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...
by ray.wurlod
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

I did ask Ascential this question once, but they claimed it was proprietary knowledge and refused to tell me.
by ray.wurlod
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...