Search found 53125 matches

by ray.wurlod
Thu Feb 08, 2007 5:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: clear log
Replies: 6
Views: 2563

roblew wrote:Yes! Ray, this was awesome advice. It took me two times to run, but I followed the instructions above to clear the log.

It appears it also took you two years to clear the log!! My post was dated Apr 2005.
by ray.wurlod
Thu Feb 08, 2007 5:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.UVOpen error
Replies: 9
Views: 4267

Anyone opening the job in Designer, or its properties in Manager, and making any little change (even moving an annotation) then clicking Save constitutes an "edit". This will change the job's status to Not Compiled until it is once again compiled. The DS_AUDIT table tracks edits made with DataStage ...
by ray.wurlod
Thu Feb 08, 2007 1:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in TrimLeadingTrailing
Replies: 10
Views: 3381

Is Field002 able to carry nulls? If so derive it as

Code: Select all

If IsNull(InLink.Field002) Then SetNull() Else TrimLeadingTrailing(InLink.Field002)
by ray.wurlod
Thu Feb 08, 2007 1:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Query Regarding Column Generated query in OCI stage
Replies: 5
Views: 1000

Because DataStage server jobs do not have an intrinsic Timestamp data type.
by ray.wurlod
Thu Feb 08, 2007 12:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in TrimLeadingTrailing
Replies: 10
Views: 3381

Etiquette Note
When a problem is resolved, we post some information as to HOW it was resolved, the better to assist future searchers.
by ray.wurlod
Thu Feb 08, 2007 12:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic FileName
Replies: 4
Views: 1499

For a finite, and reasonably small, number of values you could use a Filter or Transformer stage with multiple outputs to distribute the records to different files. But the individual file names would be hard coded, not calculated dynamically.
by ray.wurlod
Wed Feb 07, 2007 11:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Script for Cleaning the Log Files
Replies: 21
Views: 5667

Clearing the DataStage logs won't recover all that much space. Make sure that &PH& and the directory pointed to by UVTEMP are kept as clean as possible too. Also periodically clean up any log/data files used by database utilities and which are no longer needed.
by ray.wurlod
Wed Feb 07, 2007 11:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: I-descriptor was not compiled
Replies: 15
Views: 6258

The error won't occur. Because you have no EVAL expressions in your SQL, there are no I-descriptor expressions (which are introduced by EVAL) to compile.
by ray.wurlod
Wed Feb 07, 2007 11:54 pm
Forum: General
Topic: Future of Red Brick
Replies: 5
Views: 1763

True. Red Brick is THE best database for star schema implementations. I won't bore you here with why, except to say that it's the only database specifically designed for star schemas. I installed a new site late last year, and I think I may have initiated another sale today. Unfortunately they (IBM)...
by ray.wurlod
Wed Feb 07, 2007 11:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert sybase timestamp to Oracl timestamp
Replies: 19
Views: 7735

Including all foreign language representations? If you claim to write anything "generic" in DataStage you will need to make use of NLS locales, for example 23 AVR 2007 is a valid date in Canada, France and lots of other places.
by ray.wurlod
Wed Feb 07, 2007 7:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: command script
Replies: 16
Views: 3268

If you exclude -wait and -jobstatus options you can start them from the one script. You do not specifically require dsadm access.
by ray.wurlod
Wed Feb 07, 2007 7:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sys.dba_extent
Replies: 3
Views: 2045

It's perfectly valid if the grants are made through a role.
by ray.wurlod
Wed Feb 07, 2007 7:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Stage
Replies: 4
Views: 1244

Enrol on the IBM class "Advanced DataStage (EE)" (code DX436). Most of your questions on this thread are covered there.
by ray.wurlod
Wed Feb 07, 2007 7:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Manipulating and managing the Template project
Replies: 6
Views: 2283

You know about SETFILE from numerous discussions here. It creates a pointer to a remove hashed file in the current project's VOC file. COPY is a "UniVerse" command for copying a record from one table to another. It's easier to use than SQL for entire records. In this case you are copying the record ...
by ray.wurlod
Wed Feb 07, 2007 7:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: infra structure documentation
Replies: 2
Views: 658

Under hardware include number and speed of CPUs. If you are in a cluster/grid environment, separate information may be required for each machine. If in a grid, some extra information about grid management also. Do you do everything in memory or do you have some disk? If you have some disk, how much ...