Search found 53125 matches

by ray.wurlod
Mon Jun 25, 2007 12:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Restartability through DS Job Control
Replies: 10
Views: 2801

We can not provide you "syntax of restartability". This must begin with a specification. You can certainly code branches (though there are those who would frown on your use of GOTO since such a jump is itself irrecoverable). But when, where and why must be determined by careful analysis of what you ...
by ray.wurlod
Mon Jun 25, 2007 10:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using CurrentTimestamp() Function
Replies: 2
Views: 1069

You may need to convert to String before applying a Trim() function.
by ray.wurlod
Mon Jun 25, 2007 10:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ascential Datastage 7.5.1.A
Replies: 3
Views: 2758

It still exists. IBM will push you to purchase version 8.0 (IBM Information Server with DataStage), but the hardware requirements are substantially larger. IBM will offer to sell you more hardware, which is the only solution.
by ray.wurlod
Mon Jun 25, 2007 10:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file row padding
Replies: 5
Views: 1103

How have you "come to know" this? It's actually true, and its purpose is to make data transfers occur on whole-word boundaries. This, in turn, means that the data transfers can use more efficent low-level functions such as strmov(). But that's all totally transparent. Don't worry about it. The Hashe...
by ray.wurlod
Mon Jun 25, 2007 10:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: purge log files
Replies: 4
Views: 1387

If the physical size is still large after an auto-purge has occurred most of the internal space is unused and will not affect the fact that the effective modulus is small. If you really want to reduce the size, then RESIZE RT_LOGnnn * * * USING /tmp is the best command. Use any file system with free...
by ray.wurlod
Mon Jun 25, 2007 10:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to use routine "StringDecode"
Replies: 4
Views: 1668

You don't need to change the code at all. Just disconnect between tests.

Variables in COMMON are persistent. The routine has been written to make use of this fact, to persist the array of match pairs between rows.

What your problem is is merely an artifact of your test strategy.
by ray.wurlod
Mon Jun 25, 2007 10:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ascential Datastage 7.5.1.A
Replies: 3
Views: 2758

Ascential DataStage version 7.5.1A

Yes
by ray.wurlod
Mon Jun 25, 2007 10:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can't delete Job
Replies: 12
Views: 4050

What output did you get from DS.CHECKER? (The output is preserved in the subdirectory &COMO& in your project directory.)
by ray.wurlod
Mon Jun 25, 2007 10:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: .uvconfig not found
Replies: 19
Views: 5917

Stop being so certain.

The some thing might be an automated "cleanup" script or a disk utility gone slightly haywire.

My money would still be on someone rather than something.

Getting them to admit it is a whole different game.
by ray.wurlod
Mon Jun 25, 2007 10:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KBADifferent does not work Fractional part of Dec is 10 dig
Replies: 22
Views: 5870

Try PRECISION 14 (the maximum legal value).
by ray.wurlod
Mon Jun 25, 2007 7:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dscmdexport asks to delete its own file before export !
Replies: 8
Views: 2316

Ah.

Don't have that.
by ray.wurlod
Mon Jun 25, 2007 7:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: purge log files
Replies: 4
Views: 1387

Welcome aboard. :D

The short answer is yes; with no purging the logs grow indefinitely (until they break at 2GB) and this increases exection time.

Applying new log purge settings will have no effect until the job next completes successfully, because it is this that triggers an auto-purge.
by ray.wurlod
Mon Jun 25, 2007 7:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in Loading an Oracle Table using Load Option in Data
Replies: 4
Views: 1340

Copy stage would be the most efficient to effect the column name change.

The reason for your "problem" is that the collection of column definitions is a property of the link, not of either stage.
by ray.wurlod
Mon Jun 25, 2007 7:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using DSGetJobInfo
Replies: 15
Views: 16091

Obfuscation? Maybe there are lots of #define statements literally changing the syntax to make it look like BASIC? You can do the same in BASIC with EQU LIT.
:lol: