Search found 42189 matches

by chulett
Wed Apr 27, 2005 4:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: LIBPATH DSENV
Replies: 6
Views: 3997

The dsenv file is an artifact of a UNIX server and yet you've marked your post as being a Windows server. Assuming you are running on UNIX... For Oracle you need to have your $ORACLE_HOME defined in the dsenv file and your SHLIB_PATH (or LD_LIBRARY_PATH depending on your platform) needs to include a...
by chulett
Wed Apr 27, 2005 7:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting $UserStatus from a Parallel Job
Replies: 6
Views: 4058

Re:Setting $UserStatus from a Parallel Job

You cannot call routines from a parallel job because PX does not understand the BASIC language that routines use. I'm afraid this isn't true. You can call routines from the BASIC Transformer as the OP is trying to do. My guess (don't know for sure) is that PX jobs may not have a 'User Status' area ...
by chulett
Wed Apr 27, 2005 7:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use of the following commands
Replies: 9
Views: 3119

ArndW wrote:After such an exhaustive post by Ray

Affectionately known here as a 'Full Wurlod'. :wink:
by chulett
Wed Apr 27, 2005 7:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: jobs hanging when processing a procedure
Replies: 3
Views: 1467

If your DBA can't shed any light on the problem, let us know what the stored procedure is doing. More than likely, there is another way to accomplish what it is trying to do, something more appropriate for a DataStage job.

And btw - where exactly is 'lhklhl'? :wink:
by chulett
Tue Apr 26, 2005 7:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Manipulating look up columns
Replies: 4
Views: 1404

Nope... hash lookups are basically an all-or-nothing affair. If the hash was created with three key fields then all three need to be referenced or the results will be... unpredictable. So, unless Dept can be 'hard-coded' or derived from the source data you won't be able to perform the lookup. Sounds...
by chulett
Tue Apr 26, 2005 12:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to make error code bold/outstanding in Job report
Replies: 3
Views: 921

You can't. Not unless you are willing to totally replace that process with one of your own making. :?

Something to keep in mind - the failed job will be the last job listed in the email when you tick that option.
by chulett
Tue Apr 26, 2005 6:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Tricky Beginner Question
Replies: 6
Views: 1771

Re: Tricky Beginner Question

I'm trying to design a simple server job which would do the same as this SQL query: SELECT max(MAXDATE) as MAXDATE FROM ( SELECT Max(DATE1) as MAX1 FROM TABLE1 UNION SELECT Max(DATE2) as MAX1 FROM TABLE2 ) where TABLE1 and TABLE1 are located in two different datasources. Define what you mean by dif...
by chulett
Tue Apr 26, 2005 6:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Version Control - Get Dependent Components
Replies: 5
Views: 1033

StefL wrote:OK, I didn't realise I had to maintain the Dependencies grid myself, seems like something that definitely should be automatic - or nonexistent...

You do, except for (as you found) some aspects of Sequencer jobs. However, that being said, it isn't used by Version Control.
by chulett
Mon Apr 25, 2005 11:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compliation error
Replies: 8
Views: 3328

As Ray noted, the current job is already attached so don't try to attach to it again. Skip that step and use DSJ.ME as the handle instead of what the 'attach' would have gotten you.

At worst case, post your code. :wink:
by chulett
Mon Apr 25, 2005 1:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Version Control - Get Dependent Components
Replies: 5
Views: 1033

Actually, it seems to read through the jobs themselves to find what it would consider to be 'dependant' components. However, I don't recall that functionality ever working for Sequencer jobs... just Server jobs. :?
by chulett
Mon Apr 25, 2005 1:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: less amount of procesors than license includes
Replies: 9
Views: 2776

True... of course... that was a classic Brain Fart on my part. :oops: Sorry.

I've seen them too. Warnings when you install and warnings in every job you run. Haven't seen where it wouldn't actually install but that wouldn't surprise me.
by chulett
Mon Apr 25, 2005 1:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: less amount of procesors than license includes
Replies: 9
Views: 2776

Are you sure you don't have that backwards, Ray? :? Or is this just applicable to the EE edition?
by chulett
Sun Apr 24, 2005 10:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: I can't find PIC9(8) Data format. Give an idea
Replies: 2
Views: 866

PIC 9(8) is COBOL notation for an eight digit numeric field. So, pick one of the numeric data types (Numeric, Decimal, Integer) and set the Length to 8.
by chulett
Sun Apr 24, 2005 7:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to run Analyze Table in DS?
Replies: 6
Views: 1415

Re: How to run Analyze Table in DS?

How to run Analyze Table statement from a DataStage job? You won't be able to just do this easily, which is what the other posters are pointing out. However, if what you want to do is analyze a table after you're done loading it, that is simple - just put the full 'analyze' command in the After Sql...
by chulett
Sun Apr 24, 2005 7:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Errors while importing the project
Replies: 13
Views: 2451

kollurianu wrote:By the way i am working on DS 7.5 sever Edition. Hope the options given by would be ok for this version.

That just means you will have to take the DS.TOOLS option as the 'Cleanup Project' button was removed from the Administrator in your version.