Search found 53125 matches

by ray.wurlod
Wed Oct 12, 2011 11:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: BuildOp: Compilation failing with Array
Replies: 2
Views: 1523

Well done on finding that; the error message was singularly unhelpful if that was indeed the cause.

Perhaps you could mark the thread as Resolved.
by ray.wurlod
Wed Oct 12, 2011 11:50 pm
Forum: General
Topic: What is "tranform" ?
Replies: 3
Views: 1424

Transforms, which a simple review of the DataStage Designer Client Guide or Server Job Developer's Guide would have revealed to you, are pre-stored DataStage BASIC expressions that can be used in server and BASIC Transformer stage expressions. Transforms were, in versions of DataStage earlier than -...
by ray.wurlod
Wed Oct 12, 2011 8:56 pm
Forum: General
Topic: Data Analysis ???
Replies: 2
Views: 1167

5GiB isn't a lot, unless your server lacks "large file support". Contact your system administrator.
by ray.wurlod
Wed Oct 12, 2011 8:54 pm
Forum: General
Topic: DataStage working directory
Replies: 1
Views: 734

It's even different for different stages, and is sometimes configurable. That is, there is no single correct answer. Server jobs may use /tmp, the directory pointed to by TMPDIR environment variable, the directory pointed to by the TEMP environment variable, the directory referred to by UVTEMP in th...
by ray.wurlod
Wed Oct 12, 2011 2:41 pm
Forum: General
Topic: Difference in Server and Datastage Director Time
Replies: 24
Views: 13108

In general it does not matter where in dsenv the TZ environment variable is set, except to note that, if it occurs more than once, the last one will win.
by ray.wurlod
Wed Oct 12, 2011 2:39 pm
Forum: IBM QualityStage
Topic: CASS/USAC error _MWT_UP.CFG
Replies: 5
Views: 3162

Not seen it before, but I don't use CASS on my side of the planet. :wink:

Have the CASS components been installed on your new server? Are there any rule sets that need to be provisioned?
by ray.wurlod
Wed Oct 12, 2011 1:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fetching Link Names for all stages, for all the jobs.
Replies: 7
Views: 2109

In particular Splice() - or maybe Cats() - and Reuse(), as well as Convert().
by ray.wurlod
Wed Oct 12, 2011 1:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fetching Link Names for all stages, for all the jobs.
Replies: 7
Views: 2109

Probably here, but also in the DataStage BASIC manuals.
by ray.wurlod
Wed Oct 12, 2011 1:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error: Invalid Julian day - Direct table to table load
Replies: 2
Views: 3291

What is the Oracle date picture? What is the DataStage date picture? They have to be functionally the same.
by ray.wurlod
Wed Oct 12, 2011 1:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fetching Link Names for all stages, for all the jobs.
Replies: 7
Views: 2109

You can use dynamic array techniques to assemble the data, then convert the dynamic array delimiters to line terminators.
by ray.wurlod
Wed Oct 12, 2011 1:17 pm
Forum: General
Topic: help required in routine
Replies: 40
Views: 12214

Write the routine so that it works backwards in the log until it finds a genuine starting event. Then work forwards from there.
by ray.wurlod
Tue Oct 11, 2011 2:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Select COUNT(*) in UniVerse
Replies: 2
Views: 1276

That's interesting. I have never needed to do that. Which operating system are you using?
by ray.wurlod
Tue Oct 11, 2011 2:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to check if a column is in valid date format
Replies: 26
Views: 10122

Re: ISVALID.dsx

diamondabhi wrote:Do you have this function built in C++. Please share it if you can.
I don't.
by ray.wurlod
Tue Oct 11, 2011 2:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Audit Table
Replies: 15
Views: 7595

Welcome aboard.

Download (for free) ETLstats from Kim Duke's website and adapt it. It does everything you ask and more.