Search found 53125 matches

by ray.wurlod
Fri Nov 03, 2006 3:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IBM Developer Network
Replies: 7
Views: 1774

Information on Demand (that's this month's catch phrase)

If there's one particular item you're after, I'm sure someone has downloaded it at some point. :wink:

This site may have some resonance.
by ray.wurlod
Fri Nov 03, 2006 3:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How i can Do this
Replies: 3
Views: 1464

Search the forum for "vertical pivot". There are several strategies available, depending on particular requirements (for example whether there is a known or arbitrary maximum number of rows to be pivoted). Therefore, without knowing the circumstances more fully, no-one is going to suggest "an" answe...
by ray.wurlod
Fri Nov 03, 2006 3:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Link Count shows as 0rows/sec when RCP is enabled
Replies: 4
Views: 1780

Seconds are rounded to the nearest whole number. 0 rows/sec can occur because the run tool less than 0.5 seconds; this is manifesting a strategy of avoidance of a divide by zero error.
by ray.wurlod
Fri Nov 03, 2006 3:31 pm
Forum:
Topic: JD Edwardson db2
Replies: 1
Views: 1017

That's a deficiency in the ODBC driver's implementation of SQLColumns() function (or perhaps in DB2-Connect). There's not a lot you can do about it. If you can get the column definitions with descriptions into a UNIX-based DB2 table, then you can probably import the table definitions using the plug-...
by ray.wurlod
Fri Nov 03, 2006 3:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Shared Container Issue
Replies: 2
Views: 950

Shared containers have their own parameters that must be passed from the job that uses them. They have default values. The default value may be a reference to a job parameter (surrounded by "#" characters) but not one of the references to environment variables directly; that is, the environment vari...
by ray.wurlod
Fri Nov 03, 2006 3:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IBM Developer Network
Replies: 7
Views: 1774

Not sure whether they've gotten rid of it or just haven't figured out where to place it yet. They are remarkably silent when asked.
by ray.wurlod
Fri Nov 03, 2006 3:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reject records.
Replies: 2
Views: 843

If they're sorted by NAME you can do it in a Transformer stage using stage variables, and avoid the overhead of calling a Routine. One pair of variables can detect the change in values in NAME, while another can keep track of the TYPE most recently seen for that NAME. Constraint expressions direct o...
by ray.wurlod
Fri Nov 03, 2006 3:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RT_CONFIG403 error, RT_STATUS389 from DS Server
Replies: 2
Views: 1738

Try being more focussed with your search, for example "failed to open RT_STATUS". Choose exact match or all words as the search methodology. They're definitely out there.

Was your support provider any help, particularly for the DSR_EXECJOB error?
by ray.wurlod
Fri Nov 03, 2006 3:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using an Aggregator STage in Server jobs
Replies: 5
Views: 3155

The Aggregator stage follows exactly the same rules as SQL SELECT. Every column must either be grouped or have an aggregate function applied to it.

The Aggregator stage gives you eight aggregate functions where SQL only gives you five. But that doesn't change the rules.
by ray.wurlod
Fri Nov 03, 2006 3:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Speed limit while reading a sequential file.
Replies: 5
Views: 2315

I've managed 80,000 rows/second on my laptop doing a read-only job from a sequential file. The downside is, everything else I add to the job will reduce that rate.
by ray.wurlod
Fri Nov 03, 2006 3:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Querying a hashed File
Replies: 15
Views: 3864

Whatever you're missing, we're missing too. What I described is the only way you can miss a column on a SELECT * query. In hindsight it might have been clever to SELECT Department_Name FROM H_SK_ProductBrand_Test but hindsight, as we know, is the only perfect science. Might be worthwhile marking the...
by ray.wurlod
Fri Nov 03, 2006 12:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Connectivity to IDMS
Replies: 3
Views: 1117

The Datastage EE MVS edition contains optional components for working with IMS viewsets and data sets.
by ray.wurlod
Fri Nov 03, 2006 12:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: difference betn hash file-dataset
Replies: 5
Views: 3043

If you have a coarse enough hash file... (ok, yeah, so it crumbles).
by ray.wurlod
Fri Nov 03, 2006 12:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TimeStamp From "yyyy/mm/dd hh:mi:ss AM/PM"
Replies: 2
Views: 1588

You are on the right track. You may need to trim the rightmost space characters after removing the AM/PM designator. You will need to do some conversion of the date components to perform the arithmetic.
by ray.wurlod
Fri Nov 03, 2006 12:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Not doing anything.
Replies: 7
Views: 1685

Keep RT_LOGnnnn as small as possible, if only for performance reasons.
You can archive and purge as often as you like.