Search found 42189 matches

by chulett
Mon Dec 10, 2007 6:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stored Procedure in MS SQL server returning cursors
Replies: 2
Views: 844

Don't know for certain, but I don't think it will support that. From what I recall, what the Stored Procedure stage does support is listing in the pdf documentation for it, have you checked that?
by chulett
Mon Dec 10, 2007 5:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: transformer function
Replies: 1
Views: 586

The old way is to bump the date to the first day of the next month and then subtract one day from the date, something you could build a routine to do. If you wanted to use what is built into the Server product, investigate the MONTH.LAST transform under the Built-In\Dates category.
by chulett
Mon Dec 10, 2007 2:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequencer job skip
Replies: 1
Views: 693

Sounds like you'll need to add conditional branching into your Sequence job. You can use the Nested Condition stage or simple triggers to 'branch' streams around jobs if you need to, and Sequencer stages set to 'Any' to join the streams back together again.
by chulett
Mon Dec 10, 2007 12:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in calling stored procedure
Replies: 2
Views: 1079

I haven't had any issues with the SP stage and Oracle. We use it for a small number of user-written procs and also to call system procs. You should have it in an anonymous block, see if this syntax works better: BEGIN #DSSchema#.PHR_UPD_URSULA_MASTER(:1); END; Mark your single column as a Ke...
by chulett
Mon Dec 10, 2007 8:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Designer Menu Lost
Replies: 8
Views: 1689

It's stored in the registry. If you uninstall the Client and then (via regedit) remove any last vestige of 'Ascential' registry entries, it should come back fine when you then reinstall. I also seem to recall someone posting the actual registry keys. If you know those, you can simply delete them usi...
by chulett
Mon Dec 10, 2007 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Tranformer & Surrogate key stages
Replies: 10
Views: 6457

rleishman wrote:The functionality of the Surrogate Key Stage is duplicated in a new "Surrogate Key" tab in the Parallel Transformer. It does nothing extra or special, it just permits you to have one less Stage on the design pane.

Interesting, thanks for clarifying that.
by chulett
Mon Dec 10, 2007 8:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to execute teradata SP in Datastage.
Replies: 3
Views: 1258

Have you tried using the ODBC stage? :?
by chulett
Sun Dec 09, 2007 10:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Tranformer & Surrogate key stages
Replies: 10
Views: 6457

That behaviour must be new with the 8.x release, at least for the Surrogate Key stage. I don't see how you can claim the same behaviour with the Transformer, but whatever. Why not answer the question yourself? Arrange a test job with the appropriate stage to abort part way through and observe the be...
by chulett
Sun Dec 09, 2007 8:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Tranformer & Surrogate key stages
Replies: 10
Views: 6457

You asked "does DataStage stores last value generated from the current abort" and the short answer is "no". Meaning nothing about your surrogate keys are stored by DataStage. Every time the job runs, you need to tell it where to start numbering regardless of the outcome of the previous run.
by chulett
Sun Dec 09, 2007 7:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Tranformer & Surrogate key stages
Replies: 10
Views: 6457

1) Nothing is stored automatically. 2) The surrogates will start with whatever value you tell it to, the default starting key value is zero. Pass it in as a job parameter. what would be the right approach to pass max vlue from warehouse table other than reading value in the file from sequncer job an...
by chulett
Sat Dec 08, 2007 11:15 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Datastage TX Tutorial Files
Replies: 30
Views: 46649

Good Lord, people. Which part of "you'll be in breach of your contract if you email out the files" or "your licensing agreement with IBM expressly forbids what you are proposing to do" is so hard to understand? Stop. Never mind the fact that the person allegedly willing to bring down the wrath of IB...
by chulett
Sat Dec 08, 2007 10:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Re-rounte odbc stage's logs to another location
Replies: 6
Views: 1923

Sorry, was being a smarty-pants so you would post the correct entry.

Can't really help but found this parameter amusing:

Lie = false

?
by chulett
Sat Dec 08, 2007 9:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Re-rounte odbc stage's logs to another location
Replies: 6
Views: 1923

Interesting... didn't realize you could use Oracle wire drivers with Netezza.