Search found 42189 matches

by chulett
Tue Jul 31, 2012 5:48 am
Forum: General
Topic: List of stages in a job
Replies: 7
Views: 1771

Naming conventions? Ha! :wink:

Where Used was (and I assume still is) a toolbar icon that becomes active when an object is selected. It looks like a flask from a chemistry set from what I recall. Might even be a right-click option now for all I know. Really shouldn't be all that hard to find.
by chulett
Mon Jul 30, 2012 9:11 pm
Forum: General
Topic: Datastage in Windows OS is stable?
Replies: 9
Views: 5087

Have you opened up a support case for this?
by chulett
Mon Jul 30, 2012 5:32 pm
Forum: General
Topic: BatchNo,Message Type,Message Detail info using Routine
Replies: 13
Views: 3100

actually i cannot install the dukes code in my client network. I find it interesting that while you can't install Kim's code, you'd happily take mine. :? Go through the "online" help Index for the functions that start with "DSGet", they are the ones you'd need to leverage to ext...
by chulett
Mon Jul 30, 2012 4:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to find InitCap function in 8.7
Replies: 4
Views: 1937

<moved to Parallel forum>
by chulett
Mon Jul 30, 2012 3:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to find InitCap function in 8.7
Replies: 4
Views: 1937

You posted in the Server forum yet marked the Job Type as Parallel... which is it?
by chulett
Mon Jul 30, 2012 12:46 pm
Forum: General
Topic: BatchNo,Message Type,Message Detail info using Routine
Replies: 13
Views: 3100

Sorry but there's no code in my post. And you should be able to see enough to know you don't start with the code... that comes last.

If you just want code then follow Arnd's link to Kim's site and download the ETLStats package from his Tips and Tricks section, it is chocked full of it.
by chulett
Mon Jul 30, 2012 12:28 pm
Forum: General
Topic: BatchNo,Message Type,Message Detail info using Routine
Replies: 13
Views: 3100

Also note there is far more than a single "routine" needed to do this. And you need to plan out your methodology before you start any coding. For example, how will you be interfacing this log gathering to your jobs? Meaning, will you add something "after job" to every job [shudde...
by chulett
Mon Jul 30, 2012 9:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing Sequence level resources at job level
Replies: 1
Views: 1212

Re: Passing Sequence level resources at job level

kiran0435 wrote:I want to run the job on 4 nodes without adding apt_config_file parameter to job.
You can't unless you make your default config a four-node config... which would then affect everything. Add the parameter. It is part of a set of APT variables that (IMHO) should be in every Parallel job.
by chulett
Mon Jul 30, 2012 9:05 am
Forum: General
Topic: Invocation IDs and output file name
Replies: 3
Views: 1302

There's a macro for the Invocation ID - something like DSJobInvocationID off the top of my head, check the docs to get the proper name. Not sure I'm following but if you want to use an Invocation ID in an output filename, that macro will fulfill that requirement.
by chulett
Mon Jul 30, 2012 6:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 connector stage to Netezza Enterprise stage
Replies: 1
Views: 1061

Please clarify for us what the datatype of the column is in both the target table and the job.
by chulett
Sun Jul 29, 2012 10:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job hanging
Replies: 4
Views: 1577

And "old" means in an upgraded job from before looping was added I assume, yes?
by chulett
Sat Jul 28, 2012 8:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: High disk utilisation in project & DS Engine directory
Replies: 8
Views: 4496

And also keep your logs small by minimizing the messages that actually get logged by aggressively eliminating all that you can. I'm curious what other kinds of "R/W" you are seeing there? Anything? Hopefully you are not persisting any user data there...
by chulett
Fri Jul 27, 2012 9:03 pm
Forum:
Topic: Question on odd icon returned with Bus./Data Lineage reports
Replies: 6
Views: 4401

Funny, exactly what I was thinking. And the answer is, of course... Ernie. :wink:
by chulett
Fri Jul 27, 2012 8:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: user defined query in odbc
Replies: 4
Views: 1805

As Ray noted - best practice is to only use "user-defined" SQL when you have no other choice, otherwise let the stage generate the SQL. A "normal" delete will work just fine for this.