Search found 53125 matches

by ray.wurlod
Thu Jan 24, 2008 1:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reverting back to 7.5
Replies: 5
Views: 2493

You must use the backups/exports you did before upgrading.

Uninstall 8.1 completely, install 7.5.1 then import from your exports (or restore from backups).
by ray.wurlod
Thu Jan 24, 2008 1:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Large numbers hanging BASIC routine
Replies: 8
Views: 2692

It's obvious you're hitting a precision limit somewhere. I trust that you did uvregen and restart DataStage after changing EXACTNUMERIC ?
by ray.wurlod
Thu Jan 24, 2008 1:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Question on Extraction
Replies: 6
Views: 1546

Create a job parameter called, say, jpRunDate. Assign its value from a job sequence that generates the appropriate value, whether from a function, a macro, or whatever. Use a reference to this parameter instead of current date in your WHERE clause.
by ray.wurlod
Wed Jan 23, 2008 8:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Question on Extraction
Replies: 6
Views: 1546

That would depend entirely on how you specify "current date" and how the database server handles that. For example, if you specify it as "job start date" then there's no way it can carry over.
by ray.wurlod
Wed Jan 23, 2008 8:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage PX
Replies: 4
Views: 3632

Try floor() for rounding down. Explore all the Transformer stage functions in Appendix A of Parallel Job Developer's Guide manual.
by ray.wurlod
Wed Jan 23, 2008 8:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to describe contents of DS_ROUTINES, DS_CONTAINERS, ect?
Replies: 2
Views: 1440

Why do you "have to describe" them? Metadata for the Repository tables is incomplete. This is, and always has been, a deliberate decision by the manufacturer. So, while LIST DICT tablename will show you the extant metadata, there is usually far more in the record structure than is shown in these re...
by ray.wurlod
Wed Jan 23, 2008 7:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Inner join is producing more rows than input
Replies: 5
Views: 1195

Worst case - every row has the same key value. Every row from the left input will therefore match every row from the right output. You'll get 100 rows output.
by ray.wurlod
Wed Jan 23, 2008 7:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To Delete read only routines
Replies: 2
Views: 1506

It would have been useful had you posted the error message generated rather than "it was not working". Regular SQL rules apply even in DataStage/SQL. The routinename is a string (VarChar) data type, and so the value in the WHERE clause needs to be surrounded with single quote characters. UPDATE DS_R...
by ray.wurlod
Wed Jan 23, 2008 7:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TimeStamp to Date
Replies: 2
Views: 1453

Date data types don't have a format - they are binary. The format picture in TimestampToDate must be that of the timestamp.

The default date format (for display) can be overridden in the date column's extended properties.
by ray.wurlod
Wed Jan 23, 2008 7:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to use or call a DSRoutine
Replies: 2
Views: 934

There are different kinds of routine, including transformation function (callable from Routine Activity and server jobs), before/after subroutine (callable from job properties of server and parallel jobs and active stages in server jobs) and parallel routines (callable from Transformer stages in par...
by ray.wurlod
Wed Jan 23, 2008 7:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding RCP
Replies: 6
Views: 1184

The version 8 DataStage Essentials course code is DX444 (DX434 is for version 7.5).
by ray.wurlod
Wed Jan 23, 2008 7:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with importing table definition
Replies: 5
Views: 1628

Then the only remedy is to edit the table definition after you've imported it. Add a comment in the Description field to alert other developers that you've had to do this, and why.
by ray.wurlod
Wed Jan 23, 2008 7:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reloading of Table Definitions and Mapping
Replies: 1
Views: 505

Are you talking about a Transformer stage here? Without that information it is really difficult to proffer any advice at all. For example you may be better served by Column Auto-Match than by Propagate to reinstate mappings across a Transformer stage.
by ray.wurlod
Wed Jan 23, 2008 7:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: main_program: Creation of a step finished with status = FAIL
Replies: 1
Views: 2988

Use some of the environment variables like APT_STARTUP_STATUS that let you track what's going on.
by ray.wurlod
Wed Jan 23, 2008 7:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting BigInt(Int64) to Integer(Int32) in Modify Stage
Replies: 4
Views: 3623

Read the remainder of my post, which deals with suppressing the warning.

Premium membership costs less than 30c (Rs12) per day. These funds are totally devoted to assisting with the hosting and bandwidth costs incurred by DSXchange. It is a worthwhile investment.