Search found 53125 matches

by ray.wurlod
Tue Nov 11, 2008 12:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Remove Non Numeric?
Replies: 8
Views: 7621

I think you do, unless you have additional information which you have not shared about the likely non-numeric characters that may appear in the data.
by ray.wurlod
Tue Nov 11, 2008 12:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job currently unscheduled ran at previously scheduled time ?
Replies: 5
Views: 1062

That, at least, is easily remedied. Premium membership is not expensive, at less than 30c per day. What else can you buy for this paltry amount that would be as valuable?
by ray.wurlod
Tue Nov 11, 2008 12:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: French char. are not converted correctly for M/F binary file
Replies: 3
Views: 1763

Is your NLS locale set to CA-FRENCH, at least for the CHAR category?
by ray.wurlod
Tue Nov 11, 2008 12:48 pm
Forum: General
Topic: Type of RT files
Replies: 2
Views: 1667

Did you bother to Search for an answer?
by ray.wurlod
Tue Nov 11, 2008 12:44 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Information Analyzer Client
Replies: 4
Views: 3017

There are usually two icons. "Web console" is for Information Analyzer, while "Console" is the one for Information Analyzer.
by ray.wurlod
Tue Nov 11, 2008 8:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencer Restartability
Replies: 5
Views: 1289

The Administrator client sets project-wide defaults for any subsequently-created objects.
by ray.wurlod
Tue Nov 11, 2008 8:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date conversion from IST to PST timezone
Replies: 5
Views: 5159

Unlikely that you can detect it from the timestamp; you probably need an extra column in the data or to read the TZ environment variable. The latter will yield the time zone of the DataStage server.
by ray.wurlod
Tue Nov 11, 2008 7:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Week Number in Quarter
Replies: 8
Views: 3063

Yes but you still have to build the calendar table, and you need the rules to do that.
by ray.wurlod
Tue Nov 11, 2008 7:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Week Number in Quarter
Replies: 8
Views: 3063

Yes but you still have to build the calendar table, and you need the rules to do that.
by ray.wurlod
Tue Nov 11, 2008 7:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2/UDB stage causing table deadlock
Replies: 6
Views: 2787

How many nodes in your DataStage parallel execution configuration file?
by ray.wurlod
Tue Nov 11, 2008 7:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage job error
Replies: 1
Views: 843

Not enough information; we are not prepared to guess your job design, you have to tell us what it is. Otherwise your question is in the "my car won't go, what's wrong with it?" class.
by ray.wurlod
Tue Nov 11, 2008 7:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing Job Params and User Vars to Java Transformer Stage
Replies: 14
Views: 7756

DSGetStageInfo(DSJ.ME, DSJ.STAGENAME) will return it, but I'm not sure how to invoke DataStage API functions from the Java Transformer stage.
There may be some read-only properties in the Properties collection; you will need to research this for yourself.
by ray.wurlod
Tue Nov 11, 2008 7:19 am
Forum: General
Topic: How to protect a project/projects
Replies: 22
Views: 5904

The OP needs to apply a patch/fix, which ordinarily requires DataStage to be shut down. This will include terminating dsrpcd. Otherwise examine the ds.rc script in the sample directory to learn the individual commands.
by ray.wurlod
Mon Nov 10, 2008 10:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deployment rights
Replies: 5
Views: 1340

In that case there is no mechanism I can think of to prevent them from exporting. Making the project a protected project will prevent them from developing in it.
by ray.wurlod
Mon Nov 10, 2008 10:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2/UDB stage causing table deadlock
Replies: 6
Views: 2787

The stage itself will not cause any deadlocks; it is your design that will. Check that the partitioning is key-based so that the same key can not occur on multiple partitions.