Search found 53125 matches

by ray.wurlod
Sun Mar 30, 2008 4:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Records going to peek stage........
Replies: 27
Views: 6606

U (the name of one of our posters) has not participated in this thread.

The correct spelling for the second person personal pronoun in English is "you".
by ray.wurlod
Sun Mar 30, 2008 4:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job File Lock - exclusive access
Replies: 3
Views: 1448

Then use LIST.READU command to find out what kind of lock is held, and by what process.
by ray.wurlod
Sun Mar 30, 2008 3:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job File Lock - exclusive access
Replies: 3
Views: 1448

One thing that can give this message is that the job is still open, in another Designer, or Manager or Director. Check whether this is the case.
by ray.wurlod
Sun Mar 30, 2008 3:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UV Stage-SQLSTATE=S1000, DBMS.CODE=950088
Replies: 14
Views: 7143

Welcome aboard.

If the query parser is complaining about SELECT then there is something wrong with the table name in your UV stage. Can you please post the entire error message?
by ray.wurlod
Sun Mar 30, 2008 4:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove the hex characters 81, 8D, 8F, 90, and 9D from input
Replies: 7
Views: 2092

MS1252 is the "standard" "US 8-bit ASCII"
by ray.wurlod
Sun Mar 30, 2008 4:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Gregorian Date to Hijri
Replies: 2
Views: 944

Yes, it can be done, but is not direct. It may be that a database to which you are connecting has a function (for example Oracle does) that you can use. Otherwise search the internet for how to code the conversion.
by ray.wurlod
Sun Mar 30, 2008 4:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove the hex characters 81, 8D, 8F, 90, and 9D from input
Replies: 7
Views: 2092

Why do you claim that control characters can not be handled by DataStage? I do not believe that that assertion holds, in general.
by ray.wurlod
Sun Mar 30, 2008 4:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding JOB CONTROL in dsjob -jobinfo command
Replies: 6
Views: 1628

Even better, prefer -jobstatus to -wait so that you can determine the exit status of the job sequence without needing any further query.
by ray.wurlod
Sun Mar 30, 2008 4:31 am
Forum: General
Topic: Error while compiling the job
Replies: 18
Views: 6294

How about RW access to the VOC file?
by ray.wurlod
Sat Mar 29, 2008 4:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UniVerse SQL - List Job Parameters
Replies: 13
Views: 7539

I have the feeling that ag_ram does not want to add entries to the dictionary, even though it's much easier if you do so.
by ray.wurlod
Sat Mar 29, 2008 4:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Topology for DS Installation on an Unix Machine
Replies: 5
Views: 1343

You choose a directory (not a symbolic link) where you want to install the DataStage engine. You also need to provide a directory that can be used temporarily during the installation process. As you create each project, you specify a directory for its location. There are defaults for all of the abov...
by ray.wurlod
Sat Mar 29, 2008 4:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Output file name..
Replies: 5
Views: 1669

... except that it's a server job!
by ray.wurlod
Sat Mar 29, 2008 4:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UCS-2
Replies: 20
Views: 5263

As noted earlier, the only maps suitable for client-server use have "-CS" suffixes to their names. Try MS936-CS (Simplified Chinese) or MS950-CS (Traditional Chinese) for client-server communication.
by ray.wurlod
Sat Mar 29, 2008 4:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator
Replies: 9
Views: 1931

You can do Min, Max, or Count on non-numeric data. You can NOT do Sum, Avg or Std Dev. Most of the other functions available also require that the data be numeric.
by ray.wurlod
Sat Mar 29, 2008 4:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: odbc stage tns error.
Replies: 18
Views: 4738

I'd still be checking tnsnames.ora file.