Search found 53125 matches

by ray.wurlod
Tue Mar 31, 2009 11:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup
Replies: 3
Views: 1320

U did not ask the question. The second person personal pronoun in English is spelled "you", not "u". Please maintain a professional standard of English on DSXchange, because even good English is difficult enough for non-native speakers, and also because DSXchange is not an SMS-en...
by ray.wurlod
Tue Mar 31, 2009 11:50 pm
Forum: General
Topic: Problem with 8.1 Installation
Replies: 2
Views: 1131

Are all required services running - Information Server, WebSphere Application Server and DataStage Server ?
by ray.wurlod
Tue Mar 31, 2009 11:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator Stage Warning "Hash Table has grown to x ent
Replies: 2
Views: 6392

First point: this is an alert message and your job still finishes successfully. The alert message signals that you may either want to change aggregation method from hash table to sort, or that you may want to tune the buffering used for the hash table. Notice that the message refers to the number of...
by ray.wurlod
Tue Mar 31, 2009 11:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage-Unix I/O transfer problem ?
Replies: 16
Views: 5150

Has the total load on the system been increasing commensurately over time with the degradation you have been observing?
by ray.wurlod
Tue Mar 31, 2009 10:18 pm
Forum: General
Topic: New Windows-only Version
Replies: 4
Views: 1123

Sure, but the rest of the world also likes taking a dig at the Untied States.
:lol:
by ray.wurlod
Tue Mar 31, 2009 9:47 pm
Forum: General
Topic: New Windows-only Version
Replies: 4
Views: 1123

The whole world (almost) is ahead of the USA (in so many ways), and most of us can see beyond the borders of that country.

Your post is timed 2:30pm on April 1st in my current time zone.
by ray.wurlod
Tue Mar 31, 2009 9:42 pm
Forum: General
Topic: Where is DS_JOBS documented?
Replies: 5
Views: 9054

No. You have the UniVerse SQL Reference Guide. UniVerse/SQL supports compiled UniVerse BASIC expressions on the command line instead. And, by the way, all identifiers are case-sensitive. SELECT EVAL "FIELD('Server|Mainframe|Sequence|Parallel','|',JOBTYPE,1)" AS JOB_TYPE FMT '10L' COL.HDG '...
by ray.wurlod
Tue Mar 31, 2009 8:20 pm
Forum: General
Topic: Where is DS_JOBS documented?
Replies: 5
Views: 9054

In general I don't bother, but use the DataStage API to get what I need.

This is even more relevant in version 8, because the metadata delivery service knows where the metadata reside, and I probably don't.
by ray.wurlod
Tue Mar 31, 2009 8:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Substring problem
Replies: 12
Views: 3095

1. Empty is not the same as null or unassigned. What you have is OK for empty, but the function should return null if any of its arguments is null or in an unassigned state. 3. Open your DataStage BASIC manual and search for "truncated". You'll find that this is documented behaviour for ma...
by ray.wurlod
Tue Mar 31, 2009 8:12 pm
Forum: General
Topic: Where is DS_JOBS documented?
Replies: 5
Views: 9054

The full structure of DS_JOBS can be had by getting its metadata. Alas you are blocked from importing its table definition into DataStage. The column names can be had with the command LIST.DICT DS_JOBS Note that this is not an SQL statement and so lacks a trailing semi-colon. None of the Repository ...
by ray.wurlod
Tue Mar 31, 2009 7:09 pm
Forum: General
Topic: Odyssey Triple'A Gateway Pack
Replies: 0
Views: 839

Odyssey Triple'A Gateway Pack

Has anyone had experience using DataStage to prepare inputs to the Gateway Pack used for loading data into Odyssey Triple'A? The Gateway Pack provides a mechanism for importing data into the Triple'A database from XML data structures, which are comprehensively describled in XSD files provided by Ody...
by ray.wurlod
Tue Mar 31, 2009 6:34 pm
Forum: General
Topic: Can I change the default record delimiter for a seq file?
Replies: 1
Views: 650

In Server jobs' Sequential File stage the only options are DOS-style, UNIX-style and None.

In Parallel jobs' Sequential File stage you can change the record delimiter.
by ray.wurlod
Tue Mar 31, 2009 6:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Substring problem
Replies: 12
Views: 3095

Feedback on Scott's routine

1. Any routine you write for others to use should explicitly test for and handle (usually by returning null, maybe throwing a warning) any unassigned or null input arguments - use UnAssigned() and IsNull() functions to test these. 2. There is no need for a DEFFUN declaration since this routine does ...
by ray.wurlod
Tue Mar 31, 2009 5:10 pm
Forum: General
Topic: New Windows-only Version
Replies: 4
Views: 1123

New Windows-only Version

Armonk, NY: April 1, 2009 IBM (NYSE:IBM) has announced a new Windows-only version of Information Server for the Windows RG operating system. The version number for this release is to be 8.1rg. It was not made clear whether future versions would ship for this operating system without a special versio...
by ray.wurlod
Tue Mar 31, 2009 5:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Substring problem
Replies: 12
Views: 3095

I already have such a routine, called FinalDelimitedSubstring. You get it as a bonus when you download my date routines