Search found 53125 matches

by ray.wurlod
Fri Aug 25, 2006 11:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Where can I find MS .NET 2003 C++ compiler?
Replies: 2
Views: 1262

Visual Studio .NET from your friendly dealer.

And it really should be installed prior to DataStage 7.5x2.
by ray.wurlod
Fri Aug 25, 2006 11:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: hi
Replies: 6
Views: 1881

Where are the source data? How do you extract them? If they are already in five columns you don't need to do anything, except specify the format of the sequential file.

Where is "any ware"?

Etiquette Note
All upper case is "shouting" and regarded as rude.
by ray.wurlod
Fri Aug 25, 2006 10:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IBM Mainframes
Replies: 1
Views: 990

Mainframe job developement is probably the easiest of the three job types, as there are fewer stage types and fewer exceptions. That's my opinion, anyway. You do need some mainframe knowledge, particularly about how to specify storage (cylinders and all that!), but that's readily obtained from "them".
by ray.wurlod
Fri Aug 25, 2006 10:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Load warning
Replies: 13
Views: 3801

It's no different really, it's just that there's no property so that your design must ensure that whatever value is used to represent NULL has the same width in the fixed-width DATA file as the field.
by ray.wurlod
Fri Aug 25, 2006 10:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage server Maintainence
Replies: 24
Views: 11164

Scratch space is used by any stage type in a parallel job that needs more memory than it can be allocated. It is not feasible to attempt to give a complete list. Any file left in scratch space is no longer required once a job ends - indeed in the normal run of events files in scratch space should be...
by ray.wurlod
Fri Aug 25, 2006 10:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transactional Stages in DX 7.5
Replies: 3
Views: 923

F1 key invokes context-sensitive help in most cases.
by ray.wurlod
Fri Aug 25, 2006 10:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to implement this logic in pivot stage
Replies: 6
Views: 1458

Read Pivot.pdf and learn about pivot keys (looks like you will need ten of these) and pivoted column lists (looks like you will need three of these).
by ray.wurlod
Fri Aug 25, 2006 10:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Releasing Job Locks
Replies: 3
Views: 1318

Why not use Windows remote console to take over his machine (as Administrator of course) and close the Designer?
by ray.wurlod
Fri Aug 25, 2006 10:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trapping Oracle error message
Replies: 8
Views: 1953

You really need to find out what code 113 means. For example, can the oerr executable be found in the PATH for the executing user?
by ray.wurlod
Fri Aug 25, 2006 10:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Enterprise Edition Certification [ Test 415 ]
Replies: 9
Views: 2493

Have you visited IBM's web site to try the practice questions?
by ray.wurlod
Fri Aug 25, 2006 10:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine for Subtraction of Dates in server job
Replies: 2
Views: 1270

... in days. Conversion to years and months is not so straightforward.

On this page you will find a link to some date manipulation routines that you might be able to adapt.
by ray.wurlod
Fri Aug 25, 2006 10:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Certification Pass Score
Replies: 18
Views: 5581

The PDFs are installed with your DataStage client software, by default C:\Program Files\Ascential\DataStage\Docs. You also really need some hands-on experience. This can not be had from books. I believe the passing score is 75%; you can find out from the IBM certification website, as well as some pr...
by ray.wurlod
Fri Aug 25, 2006 10:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Basic
Replies: 1
Views: 888

1. Can I use DB2/UDB load stage for bulk loading for 20 million records . But here iam not the only one who is using the tables , I mean target tables . I read in some post that it will lock my tables if I use DB2/UDB load stage . What stage I need to use for better and for faster processing . And ...
by ray.wurlod
Fri Aug 25, 2006 10:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: BASCI Transformer in PX Jobs, not recommended or what ?
Replies: 7
Views: 1690

There is a perfectly serviceable Transformer stage for parallel jobs - use that. It doesn't do reference lookups - there is a Lookup stage for that. But it does have stage variables, output link constraints and column derivations. It generates C++ rather than DataStage BASIC, but so what?
by ray.wurlod
Fri Aug 25, 2006 10:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fetching records from a Db2 API Stage
Replies: 5
Views: 1326

What has changed between then and now?

"Nothing" is not the correct answer, even though the change may not be within DataStage.

Is it reliably slow now, or was it just the once? Was a large sorted query or correlated subquery also competing for DB2 resources at the time?