Search found 53125 matches

by ray.wurlod
Thu Jun 05, 2008 5:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation is taking too much Time
Replies: 9
Views: 2254

Get faster hardware.

There's nothing else.
by ray.wurlod
Thu Jun 05, 2008 5:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read Parameter values from file
Replies: 3
Views: 1224

Use a Job sequence that runs the first job, reads the file (perhaps into user variables using a "reader" routine) then allocates parameter values to the second job.
by ray.wurlod
Thu Jun 05, 2008 5:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL Server as target
Replies: 2
Views: 1305

We do not attempt to diagnose errors from APT_CombinedOperatorController. You have been posting here long enough to know that, and what to do about it.
by ray.wurlod
Thu Jun 05, 2008 5:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job abort with an error never seen before
Replies: 4
Views: 1587

You seem to have "network unavailable" or "node unavailable" issues. Involve your network administrator. Test connectivity first with ping then with rsh.
by ray.wurlod
Thu Jun 05, 2008 5:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External Filter Error
Replies: 25
Views: 5176

Don't know, because you have not posted the input and output record schema nor the command being executed. Why not post the generated OSH? It will all be in that.
by ray.wurlod
Thu Jun 05, 2008 2:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External Filter Error
Replies: 25
Views: 5176

Try it. You will see how to do these things. Job parameters are available.
by ray.wurlod
Thu Jun 05, 2008 2:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read Mainframe Base File
Replies: 4
Views: 2379

The JCL Randall provided (suitably adapted to your site) will produce one file that you can transfer using FTP.
by ray.wurlod
Thu Jun 05, 2008 2:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LookUp Stage (Dimensions to Fact)
Replies: 3
Views: 1141

Can you mark this thread as Resolved?
by ray.wurlod
Thu Jun 05, 2008 2:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Function sequence error
Replies: 1
Views: 1259

Welcome aboard. You are going to need to test the Netezza ODBC driver using the Data Direct test utilities. Details are in the various readme files in the branded_odbc folder.
by ray.wurlod
Thu Jun 05, 2008 2:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: performance query
Replies: 6
Views: 1707

Unless the records are large, 40~50 million records is not huge.

If you are on SMP hardware, don't worry about re-partitioning - it will be done through shared memory.
by ray.wurlod
Thu Jun 05, 2008 2:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to find max date
Replies: 7
Views: 1955

Please mark thread as Resolved.
by ray.wurlod
Thu Jun 05, 2008 2:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date and timstamp function
Replies: 4
Views: 1512

The "excat equal" function? You can always write your own functions (parallel routines). You will NOT get exactly the same function as Iconv/Oconv in parallel jobs unless you use a BASIC Transformer stage. What you can do is substitute those functions that are available in parallel Transformer stage...
by ray.wurlod
Thu Jun 05, 2008 2:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to change the Environment variable in Server job
Replies: 3
Views: 1252

Your problem is that the shell in which the job runs is closed when the job finishes. So, while you could generate a new value for an environment variable (in an after-job subroutine), this would be destroyed when the environment (that is, the shell) is closed. No shell can update an environment var...
by ray.wurlod
Thu Jun 05, 2008 2:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing \n char in the field
Replies: 11
Views: 3246

Then perhaps you could mark this thread as Resolved.
by ray.wurlod
Thu Jun 05, 2008 2:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using Modify Stage - Substring function
Replies: 15
Views: 15728

Don't know about "any". Certainly "some". Read about it in the Orchestrate Operators manual - for some reason the NOWARN Specification is not mentioned in the Parallel Job Developer's Guide.