Search found 53125 matches

by ray.wurlod
Mon Apr 09, 2007 3:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage vs COBOL
Replies: 12
Views: 5590

No advantage at all in moving to DataStage, if you have, and will continue to have, the skilled resources to maintain the COBOL applications. Can that be guaranteed? It's more likely, in ten years time, that there will be a big pool of DataStage developers around than a big pool of COBOL programmers...
by ray.wurlod
Mon Apr 09, 2007 3:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to know how to clean up datasets (whose header is gone)
Replies: 3
Views: 987

Search the disks where Data Sets are stored. Each Data Set file name includes the name of its control file. Filter on these.
by ray.wurlod
Mon Apr 09, 2007 3:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle date formats
Replies: 8
Views: 2820

How about wrapping your description in Code tags (edit your original post) so that the column headings and columns are aligned, and we can see what you mean by your design?
by ray.wurlod
Mon Apr 09, 2007 3:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting a nullable Source to a non-nullable result
Replies: 4
Views: 3456

You can get null on the output, for example if your lookup fails and your "lookup failed" rule is set to Continue.
by ray.wurlod
Mon Apr 09, 2007 2:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: multiple record structure flat file
Replies: 16
Views: 7659

Mainframe jobs and parallel jobs use a completely disjoint set of stages. There is no comparison. Unless you're running USS, you do not have UNIX commands available for checking files. Record count within DataStage can be easily achieved by aggregating a single column whose value has been set to the...
by ray.wurlod
Mon Apr 09, 2007 2:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: GETTING BETTER PERFORMANCE FOR ORACLE LOAD
Replies: 5
Views: 1478

Any reason not to use PARALLEL=TRUE in your control file?
by ray.wurlod
Mon Apr 09, 2007 2:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: schema
Replies: 14
Views: 3631

It's not what I think that matters. It's what DataStage thinks.

Please review your record level and field level properties carefully - you did not answer my suggestion about record length = fixed, for example.
by ray.wurlod
Mon Apr 09, 2007 2:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need infromation regarding some Fatal errors
Replies: 9
Views: 7725

Look in the Director job log and double click on any of the error messages to get detail view.

You can code to get these using DSGetLogEntry() function.
by ray.wurlod
Mon Apr 09, 2007 2:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: load method giving fatal error
Replies: 4
Views: 875

The location of your scratch disk is unlikely to help anyone other than your co-workers on the same server. Location of scratch disk is specified by the configuration file selected when the job is run - it can differ day to day. Also, you need to check all the scratch disks for the node from which t...
by ray.wurlod
Mon Apr 09, 2007 2:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: logic for updating date
Replies: 5
Views: 1292

So could many of us. But there was nothing in the original post to suggest Oracle. You may be surprised to learn that not everyone in the world uses Larry's database.

A universally-applicable solution was required, and given.
by ray.wurlod
Mon Apr 09, 2007 2:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML inputfile
Replies: 5
Views: 1168

Please elaborate on what you mean by "capture". Do you mean "pre-check" in some sense? That would suggest itself as the approach to take. What is the characteristic that makes it bad - nothing in all five data fields? Or nothing in any one of them? I'd be thinking along the lines of scripting a comm...
by ray.wurlod
Mon Apr 09, 2007 2:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: concatenate two fields in Transformer
Replies: 9
Views: 12979

Derivation Substitution

Select one of more of these derivations, then right click and choose Derivation Substitution from the menu. This allows you to edit some of all of the selected derivations. For example, if you choose the "entire expression" option and enter NullToValue($1), each expression in the selected set is rep...
by ray.wurlod
Mon Apr 09, 2007 2:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Weird Error
Replies: 5
Views: 1988

Prove that it is the Link Collector stage that is generating the error. Document your job design here, surrounded by Code tags so that the layout is clear. For example: SeqFile1 -----+ | LinkCollector -----> SeqFile3 | SeqFile2 -----+ Use Preview till you get it right, and only then Submit.
by ray.wurlod
Mon Apr 09, 2007 2:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using multiple Hash file in one job
Replies: 5
Views: 1241

The practical limits on the number of hashed files in a job is governed by three factors. The amount of complexity - and therefore ease of maintainability - in the job design. The amount of disk space available for storage of the hashed files. The setting of T30FILE being large enough to have all th...