Search found 53125 matches

by ray.wurlod
Thu Dec 13, 2007 5:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP Stage
Replies: 3
Views: 2559

Time to mark the thread as resolved, then.
by ray.wurlod
Thu Dec 13, 2007 5:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Enhancement
Replies: 3
Views: 1578

Two jobs with a Data Set (rather than a sequential file) will be even better in a parallel job.
by ray.wurlod
Thu Dec 13, 2007 5:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling routine inside a rotuine
Replies: 7
Views: 3032

Also that's BASIC code, not C++.

Where are you using this routine?
by ray.wurlod
Thu Dec 13, 2007 5:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset's data file on database node
Replies: 4
Views: 1425

I can only suggest, frivolously, that it's a devious IBM marketing ploy to get you to buy DB2.
by ray.wurlod
Thu Dec 13, 2007 5:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: concatenate 30 fields
Replies: 3
Views: 1387

Nice one. Please ignore my earlier absolute "no".
by ray.wurlod
Thu Dec 13, 2007 5:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Setting and using variables in ODBC SQL
Replies: 5
Views: 1501

You need to retrieve the value in one job called from a job sequence. The value can be stored in that job's user status area, or written to a file or to a hashed file. The job sequence can then obtain the value and supply it to the other job as a parameter value.
by ray.wurlod
Thu Dec 13, 2007 5:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Duplicate job after importing
Replies: 8
Views: 1867

Welcome aboard. Do you have the DataStage xpsp2 patch installed?
by ray.wurlod
Thu Dec 13, 2007 5:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Validate data based on Conditions at runtime
Replies: 9
Views: 2085

We don't do "urgent" here. If you need urgent assistance sign up with your support provider for premium service, and learn the true cost of urgent. This is an all-volunteer site, on which people post as and when they can. I think you will need to create a routine to effect this validation; validati...
by ray.wurlod
Thu Dec 13, 2007 5:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to compile my Sequence throw datastage Designer
Replies: 4
Views: 1137

You can have more than one version of the client installed (make sure they are installed in different locations), and switch between them using the Multi Client Manager. You would also need to install Multi Client Manager from your DataStage CD.
by ray.wurlod
Thu Dec 13, 2007 5:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CREATE.FILE usage for 64 bit hashed files
Replies: 30
Views: 7576

NEVER enable 64BIT_FILES !!!!

This means that every hashed file you create will have (wasteful) 64-bit internal pointers, unless you specify the 32BIT option when creating them.
by ray.wurlod
Thu Dec 13, 2007 5:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer Compilation error
Replies: 3
Views: 1108

... permissions on your client machine, specifically.
by ray.wurlod
Thu Dec 13, 2007 5:29 pm
Forum: General
Topic: Scheduling jobs with different user name
Replies: 2
Views: 1155

Open Administrator client on Schedule tab. There you can set up (and test) the user ID that will be used for scheduling jobs.
by ray.wurlod
Thu Dec 13, 2007 5:26 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Reporting from IA
Replies: 1
Views: 1707

There might be something in the Information Server reporting console, other than that there's nothing I can bring to mind. You could, of course, grab a screen shot of the progress summary page.
by ray.wurlod
Wed Dec 12, 2007 7:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: concatenate 30 fields
Replies: 3
Views: 1387

No, short of using an External Filter stage (which will run sequentially and slowly).
by ray.wurlod
Wed Dec 12, 2007 7:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset Problem
Replies: 7
Views: 2085

Does the later job use the same configuration file as that which was in use when the Data Set was created? Did you import the table definition from the Data Set and use that in the second job?