Search found 42189 matches

by chulett
Fri Jul 04, 2014 7:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can't compile 7.5.2 parallel jobs with transformers
Replies: 4
Views: 2151

Re: Unable to compile Datastage Parallel jobs with transform

i have tried so much not getting suceess. Till now i came to know that the compiler we are using is not Compatible but is there any other way to solve this problem. Please reply me as sson as possible because it is urgent. You're running 7.5.2 and this is an urgent problem? Really? And you must run...
by chulett
Fri Jul 04, 2014 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can't compile 7.5.2 parallel jobs with transformers
Replies: 4
Views: 2151

Re: Error when checking composite operator: Subprocess comma

ArndW wrote:Sharali001 - this is a 2-year old thread that is on a different platform with a somewhat different problem than yours - it shouldn't be hijacked but you should open up a new thread with your problem. I trust one of the admins will do that.
Done.
by chulett
Thu Jul 03, 2014 9:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: military to standard time conversion
Replies: 6
Views: 1983

And in case you are unfamiliar with the Chinese Proverb:

"If you give a man a fish you feed him for a day. If you teach a man to fish you feed him for a lifetime."

We generally prefer to teach fishing around here rather than simply hand out fish.
by chulett
Thu Jul 03, 2014 2:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using Parameters in SQL statement
Replies: 1
Views: 1390

Put the entire WHERE clause in the parameter so you can leave it empty when you want everything. Or include "Package in ('x','y','z')" in the parameter string so you can change it to "1=1" when you want everything. You're also probably going to need to set the environment variabl...
by chulett
Thu Jul 03, 2014 6:36 am
Forum: General
Topic: What's the Coolest Feature of DataStage?
Replies: 18
Views: 6387

qt_ky wrote:I've been using DataStage from version 3.5 (Ardent)
With manuals that still said "VMark". :wink:

(oh wait, that was 3.1)
by chulett
Wed Jul 02, 2014 11:12 am
Forum: General
Topic: Is there a dsx file size limitation when using the import
Replies: 4
Views: 1508

How much RAM is in your client PC?
by chulett
Wed Jul 02, 2014 11:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Balanced Optimizer - Architecture Query
Replies: 7
Views: 2958

Interesting... don't remember that from what little I've read about it. The "run in the Optimized way" doesn't make a lick of sense to me but perhaps it will to others who have had actual experience with the BO option. I can however see how they would happily force you to license it everyw...
by chulett
Wed Jul 02, 2014 9:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Balanced Optimizer - Architecture Query
Replies: 7
Views: 2958

Re: Balanced Optimizer - Architecture Query

kripakarprasad wrote:the BO plugin used at the time of the optimized job generation
This. After that it's just a 'regular' job.
by chulett
Wed Jul 02, 2014 7:51 am
Forum: General
Topic: Pass values from stage into a Parameter
Replies: 5
Views: 2313

I added a URL to a support article on the How To of parameter value files, in case that might help.
by chulett
Tue Jul 01, 2014 2:30 pm
Forum: General
Topic: Pass values from stage into a Parameter
Replies: 5
Views: 2313

Now I'm wondering what "making a call to an oracle DB" means here. I assumed sourcing from it but this could still be used for a lookup, if that's what you meant.
by chulett
Tue Jul 01, 2014 2:26 pm
Forum: General
Topic: Pass values from stage into a Parameter
Replies: 5
Views: 2313

Use a Sequence job to retrieve the values in the flat file and pass them to the processing job as Job Parameters. Then the Job Parameters can be #bound# into the where clause of your source SQL so that you only pull exactly what you need each run. Have you done anything like that before? Another opt...
by chulett
Tue Jul 01, 2014 6:22 am
Forum: General
Topic: Designer reports error when saving jobs
Replies: 6
Views: 4920

mario_j wrote:I know, this is a large protocoll, but maybe some can tell me what this means
Your official support provider.
by chulett
Mon Jun 30, 2014 10:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job got aborted due to failure during the execution of logic
Replies: 6
Views: 2545

Can you post the actual complete error message(s) you are seeing?
by chulett
Mon Jun 30, 2014 2:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue in Reading a SQL Server Stored Procedure
Replies: 2
Views: 1201

Are you not able to use the Stored Procedure stage for this?