Search found 53125 matches

by ray.wurlod
Mon May 02, 2011 4:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Quick question on querying DS_JOBS table
Replies: 17
Views: 13434

Exact means exactly that. In SQL terms, the exact value of a column is its entire contents.
by ray.wurlod
Mon May 02, 2011 4:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DEFFUN error
Replies: 13
Views: 4683

Take a look at the file RT_BP38/JOB.1510815895.DT.1582836700.TRANS1 in your project. The error may not actually be in the DEFFUN statement - it may be one or two lines prior. Line 0028 is merely the point at which the compiler gave up.
by ray.wurlod
Mon May 02, 2011 2:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Quick question on querying DS_JOBS table
Replies: 17
Views: 13434

You might do better with a LIKE query, for example CATEGORY LIKE '%coverage_performance%'.
by ray.wurlod
Mon May 02, 2011 2:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Abnormal termination of DataStage -- Fault type is 6
Replies: 5
Views: 5069

Fault types are documented in an appendix of the UniVerse Administration manual.
by ray.wurlod
Mon May 02, 2011 2:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DEFFUN error
Replies: 13
Views: 4683

Have you successfully compiled your routine?
by ray.wurlod
Mon May 02, 2011 2:01 pm
Forum: General
Topic: DS_JOBOBJECTS seems not updated after job import
Replies: 4
Views: 3108

Nothing changes in DS_JOBS or DS_JOBOBJECTS when you compile. On import, jobs get new numbers - it may be this that leads to your "seems not updated". These two hashed files contain design time information - if your export contained only job executables, of course, they would not affect DS...
by ray.wurlod
Mon May 02, 2011 4:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Special Characters not displaying as expected
Replies: 6
Views: 3645

Then the DataStage job - that is, something in your job design - is doing something to convert these characters into Ctrl-Z. You will need to be the detective - it's not something we can do without access to your data.
by ray.wurlod
Mon May 02, 2011 4:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DEFFUN error
Replies: 13
Views: 4683

This really belongs in a different thread.

DEFFUN declarations must precede any executable statement in the code.
by ray.wurlod
Sun May 01, 2011 11:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Special Characters not displaying as expected
Replies: 6
Views: 3645

Don't believe anything View Data shows you except for ASCII7 characters.

Try writing the data to a text file and looking at that, both with a regular view then, if that's "funny", with a hex viewer.
by ray.wurlod
Sun May 01, 2011 11:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CDC Apply
Replies: 2
Views: 2749

DataStage has a CDC stage that can receive the output from the Change Data Capture product. DataStage also has Slowly Changing Dimension stage in which you can treat updates as Type 1 or Type 2, or you can build your own logic using other stages.
by ray.wurlod
Sun May 01, 2011 7:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS8, Teradata 13 and query banding
Replies: 2
Views: 3848

Almost certainly not available in version 7.5, since it's not available in version 8.0.1.
by ray.wurlod
Sun May 01, 2011 7:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage log
Replies: 6
Views: 2018

:oops:
Missed that. I'm more used to using Monitor to look at %CPU.
by ray.wurlod
Sun May 01, 2011 7:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: fetching 2 rows from each partition
Replies: 4
Views: 1869

That'll happen, given your design, with the default (Round Robin) partitioning. No other partitioning algorithm, other than a key-based algorithmn based upon a unique key, will guarantee even distribution of records over nodes.
by ray.wurlod
Sun May 01, 2011 1:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage log
Replies: 6
Views: 2018

Why do you want to? 160% is an average of 80% each across two CPUs, or 40% each across four CPUs.
by ray.wurlod
Sun May 01, 2011 1:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: All zeros
Replies: 5
Views: 1929

A signed zero is a very unusual thing.