Search found 53125 matches

by ray.wurlod
Wed Feb 28, 2007 1:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is a Sparse Lookup in DataStage EE?
Replies: 15
Views: 35202

I meant that the correct spelling of the second person personal pronoun is "you", not "u".
by ray.wurlod
Wed Feb 28, 2007 1:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Scheduling
Replies: 20
Views: 8470

Check again. Get your SA to show you your entry in cron.allow or at.allow.
by ray.wurlod
Wed Feb 28, 2007 1:38 am
Forum: General
Topic: Teradata update
Replies: 2
Views: 1328

Check in the Stage Types branch of your Repository for Teradata MultiLoad stage. You should have it.
by ray.wurlod
Wed Feb 28, 2007 12:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is a Sparse Lookup in DataStage EE?
Replies: 15
Views: 35202

What if someone other than u wants to perform a sparse lookup? :?
by ray.wurlod
Wed Feb 28, 2007 12:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to keep a record with some null fields
Replies: 5
Views: 1588

Too late - import is what the Sequential File stage does. You must have some (correct) combination of Nullable and Null Field Value properties to ensure that the file is read correctly. It can be an empty field ("" for Null Field Value) if the file is delimited format, but must contain the correct n...
by ray.wurlod
Wed Feb 28, 2007 12:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_DUMP_SCORE output
Replies: 9
Views: 3529

1) LINKS (virtual Data Sets) are referred to as Data Sets. Persistent Data Sets are referred to as Data Sets. Files are not referred to as Data Sets. 2) ds0, ds1, ds2, op0, op1, op2 and op3 are logical names used internally: how they map onto design objects is specified in the score. p0, p1, and so ...
by ray.wurlod
Tue Feb 27, 2007 11:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invoking DataStage jobs from web browser
Replies: 8
Views: 2047

You can buy add-on components that allow you to publish a DataStage job as a web service. Formerly called RTI (real time interface), these components are now called the SOA (service oriented architecture) edition.

Check with your vendor for pricing.
by ray.wurlod
Tue Feb 27, 2007 11:01 pm
Forum: General
Topic: Downloading patch
Replies: 4
Views: 1506

I always understood okidoki to be a martial art practised at the Oi Dong monastery.

The convention is that you, as original poster, mark the thread as Resolved.
by ray.wurlod
Tue Feb 27, 2007 7:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencer which echoes Paramater Name and Value to a file
Replies: 3
Views: 694

It's in the first event in the job log. You can capture this with the DataStage API or with the dsjob command, and direct the information to wherever you will.
by ray.wurlod
Tue Feb 27, 2007 7:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Limit the entry in the log file
Replies: 8
Views: 1659

Not correct. The sqlcode column appears by virtue of the fact that it's on a reject link from a database stage type.
by ray.wurlod
Tue Feb 27, 2007 7:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 SQL referencing a list
Replies: 16
Views: 4846

Is this a String parameter type, or some other type? You should not get this message for String parameters. You seem to be missing the leading and trailing single quote characters, but what's between the double quotes is still a valid string - this would cause problems in your IN clause later. Can y...
by ray.wurlod
Tue Feb 27, 2007 7:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: literal spaces treated as a key
Replies: 10
Views: 3811

Not 2x0, but rather 0x20 if you're going to use the hex representation.
by ray.wurlod
Tue Feb 27, 2007 7:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update then Insert : Insert not Working in ODBC Enterpeise
Replies: 6
Views: 2292

No problem. Use two ODBC Enterprise stages, one on each link.
by ray.wurlod
Tue Feb 27, 2007 7:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date conversion to SQL server
Replies: 24
Views: 6030

And what format, precisely, does a DATETIME require?
by ray.wurlod
Tue Feb 27, 2007 7:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Table mode in Jobs
Replies: 2
Views: 713

It's bound to be in there somewhere. How good are your UniVerse hacking skills? Right now I'm extremely busy and do not have the time to research where these SQL statements are stored.