Search found 42189 matches

by chulett
Tue Jun 03, 2008 12:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using @USER0 as Default Value of Job Parameter
Replies: 6
Views: 2087

1) Yes.
2) Yes.

If you search for USERSTATUS you should find a number of discussions on how to use it and some code to make it easier as well.
by chulett
Tue Jun 03, 2008 12:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using @USER0 as Default Value of Job Parameter
Replies: 6
Views: 2087

A couple of problems. 1) You can't use a parameter in a parameter. 2) You can't set the value of a parameter 'before job' as the job has already started. It's not as before as you may think. Now, you may be able to simply reference @USER0 inside your job without the hashes, but no guarentees there, ...
by chulett
Tue Jun 03, 2008 10:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Writing into a text file
Replies: 7
Views: 2558

Ok. What exactly do you need help with, where are you stuck? Building the job? Hand coding something in BASIC using functions?
by chulett
Tue Jun 03, 2008 9:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Writing into a text file
Replies: 7
Views: 2558

Well, there are functions (OPENSEQ,WRITESEQ,etc) but wondering if that's really what is wanted here or if a simple job would do the trick.
by chulett
Tue Jun 03, 2008 9:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Writing into a text file
Replies: 7
Views: 2558

Why not just create a job to do this for you?
by chulett
Tue Jun 03, 2008 8:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: rejecting rows while updating in oracle
Replies: 17
Views: 4532

Unless you want to preserve the current content of those columns, in which case you'd need to get them from a lookup first and supply them when you don't have new data coming in.
by chulett
Tue Jun 03, 2008 7:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination
Replies: 2
Views: 1714

Have you setup all of the ODBC configuration info this new server needs in the DSEngine and Project directories?
by chulett
Tue Jun 03, 2008 7:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Looking for advice
Replies: 2
Views: 1866

You could do the same, if you like, via the Stored Procedure stage. Or via the Aggregator stage (perhaps multiple), though I daresay it may not be all that speedy unless your data is presorted per grouping column(s). Or I would assume that the 'aggregation' could be done using straight sql in your s...
by chulett
Tue Jun 03, 2008 6:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance issue
Replies: 0
Views: 795

Performance of what, exactly? :?
by chulett
Tue Jun 03, 2008 6:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to clear job logs after every successful run at run time
Replies: 2
Views: 1004

Right. Make sure you understand the 'new' part of that advice, as it won't help with any current jobs but will be used going forward.
by chulett
Tue Jun 03, 2008 6:08 am
Forum: General
Topic: junk character - how to identify
Replies: 12
Views: 3371

So, in other words you have no 'junk character' issue but rather an issue handling multi-byte characters?
by chulett
Tue Jun 03, 2008 6:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error via email
Replies: 12
Views: 3942

No, while the body text you supply in the stage would be 'static', checking the 'Include job status' option would dynamically include the error text as well.

Have you actually tried it with a failing sequence? Did your experience not match the advice given?
by chulett
Tue Jun 03, 2008 6:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to clear job logs after every successful run at run time
Replies: 2
Views: 1004

Are you not using the Director's Auto Purge functionality? Logs can be purged based on the number of retained days or runs, and that number could be one if so desired.
by chulett
Tue Jun 03, 2008 5:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: connectivity of DB2 with Datastage 7.5.1(both on same server
Replies: 10
Views: 4721

Unfortunately, seeing as how I know nothing about DB2, that's about all the help I can give here. Other than asking - Have you read the 'Configuration Guide' for the plugin or the specific plugin pdf manual? They should include everything needed configuration-wise to get you going. Lastly, engage yo...
by chulett
Tue Jun 03, 2008 5:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieving Job name in error
Replies: 13
Views: 3358

clarcombe wrote:On a related issue, I have noticed that when my job finishes with warnings, the exception handler is not invoked. How can I get it to do this ?

Basically, you can't. A job has to abort to trigger the Exception Handler.