Search found 53125 matches

by ray.wurlod
Mon Jan 14, 2013 3:44 pm
Forum: General
Topic: Oracle Vs DB2 for Xmeta
Replies: 4
Views: 1736

Technically there's no difference which database you choose for the metadata repository. Therefore the only pros and cons will be based on some kind of business case.
by ray.wurlod
Sun Jan 13, 2013 11:32 pm
Forum: General
Topic: Delete job logs while retaining most recent run
Replies: 2
Views: 808

Most of them can be deleted for that very reason; when a job finishes successfully its file in &PH& probably only contains two lines (started and finished) so any file with only two lines can be purged. The file names within &PH& include the date and time of the run (in DataStage int...
by ray.wurlod
Sun Jan 13, 2013 3:46 pm
Forum: General
Topic: Routine Statement not understood
Replies: 4
Views: 1103

DSINCLUDE is local to the project.
UNIVERSE.INCLUDE is the DSEngine/include directory (Type 19 file).
by ray.wurlod
Sun Jan 13, 2013 3:45 pm
Forum: General
Topic: How to re-start jobs automatically
Replies: 5
Views: 1469

Actually most recent run parameter values should still exist, in the job record in RT_STATUSnnn (if my memory serves me correctly).
by ray.wurlod
Sat Jan 12, 2013 3:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Division by Zero
Replies: 4
Views: 1618

You can generate any value that's legal for the data type of the target column.
by ray.wurlod
Sat Jan 12, 2013 3:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fast Track - Join related questions.
Replies: 3
Views: 1397

In 8.7 it is possible to reverse engineer jobs into FastTrack mappings (provided that everything in the job is supported by FastTrack).
by ray.wurlod
Sat Jan 12, 2013 3:31 pm
Forum: General
Topic: MKS Toolkit
Replies: 9
Views: 5232

Haven't researched it that deeply yet, but obviously they will have to use some mechanism for spawning processes. Parallel jobs still use processes (rather than threads) when running on Windows. As, indeed, do server jobs.
by ray.wurlod
Sat Jan 12, 2013 3:47 am
Forum: General
Topic: MKS Toolkit
Replies: 9
Views: 5232

MKS Toolkit

Please note that DataStage for Windows version 9.1 is not built on MKS Toolkit but, rather, uses direct Windows system calls.

If you've started relying on UNIX commands and you're on Windows, please consider this point as part of your upgrade strategy.
by ray.wurlod
Sat Jan 12, 2013 12:24 am
Forum: Enhancement Wish List
Topic: Business Glossary Wish List
Replies: 2
Views: 12146

Our workaround is to publish Candidate terms and to educate our people about the meaning of various statuses (Standard, Accepted, Candidate or Deprecated). They've worked out that they can use Feedback from any term to suggest other terms. Once they've done that once, they have the standard email ad...
by ray.wurlod
Fri Jan 11, 2013 6:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Division by Zero
Replies: 4
Views: 1618

Division by zero is undefined. Therefore it does not make sense to ask what value gets assigned. DataStage (correctly) throws an exception. It's up to you to check the divisior if there's any chance of it being zero.

Code: Select all

If Qty = 0 Then 0 Else TotalPrice / Qty
by ray.wurlod
Fri Jan 11, 2013 6:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fast Track - Join related questions.
Replies: 3
Views: 1397

1. A left outer join is a right outer join with the left/right inputs transposed.

2. No. But you can edit the generated job subsequently.
by ray.wurlod
Fri Jan 11, 2013 3:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential file format validation
Replies: 3
Views: 1503

Quote Character is not enforced. You could read specifying Quote Character = None and perform your own checks that Left(InString,1) and Right(InString,1) are both double quote.
by ray.wurlod
Fri Jan 11, 2013 3:43 pm
Forum: General
Topic: Crash recovery
Replies: 6
Views: 2545

Well done.

Everyone should put this thread into their Favorites.
by ray.wurlod
Fri Jan 11, 2013 3:59 am
Forum: General
Topic: dsjob command not working properly
Replies: 7
Views: 3364

Please report the exact and complete error message.

What happens if you execute the dsjob command while attached to the actual project directory?
by ray.wurlod
Fri Jan 11, 2013 3:55 am
Forum: Enhancement Wish List
Topic: Business Glossary Wish List
Replies: 2
Views: 12146

We have already lodged a similar enhancement request, though implemented slightly differently. We simply asked for the Feedback button to be available at all times, not just when viewing a term.