Search found 42189 matches

by chulett
Wed Jul 08, 2009 6:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DRS Error
Replies: 5
Views: 1694

When the job aborts and you Reset it, do you get a 'From previous run...' message generated into the log? If so, post it.
by chulett
Wed Jul 08, 2009 6:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Implementing backdated processing
Replies: 4
Views: 2172

Re: Implementing backdated processing

This would do exactly what I want, if I could coax the generated code to be: UPDATE Source.Account SET AccountOptedInOut=? WHERE SourceSystem=? AND EffectiveDate>=? AND AccountNumber=? I'm pretty sure I can't use the "?" syntax in user written SQL code. Of course you can! Switch the stage...
by chulett
Wed Jul 08, 2009 6:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to call routine function from another routine???
Replies: 6
Views: 1701

Get rid of the RETURN statements, those are only for subroutine calls, then use your function in an assignment statement. Also, you can't "define" it with two arguments and then call it with three, which is it?
by chulett
Wed Jul 08, 2009 6:11 am
Forum: General
Topic: parallel job canvas
Replies: 6
Views: 2072

przytulaguy wrote:we received a new license now with this option.
Did not whomever gave you the new license file instruct you what to do with it? If not, they certainly should. :?
by chulett
Tue Jul 07, 2009 4:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic Notification_Activity
Replies: 16
Views: 6033

First try it with a single address and see if that works, then go from there. What you need between them depends on your mail server, so experiment - comma, space, comma space, semicolon, who knows?
by chulett
Tue Jul 07, 2009 2:56 pm
Forum: General
Topic: How to use wave number in job
Replies: 9
Views: 2819

Research the "DSGet" functions or their 'dsjob' command line equivalents, depending on where you want to do this. You can get "audit" information directly from each of the load jobs anytime after they complete without necessarily needing any special fields in the target table. Cr...
by chulett
Tue Jul 07, 2009 2:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic Notification_Activity
Replies: 16
Views: 6033

Then there are no parameters involved and you need to use $CommandOutput as noted above.

Code: Select all

#Execute_Command_Stage_Name.$CommandOutput#
by chulett
Tue Jul 07, 2009 1:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle 10g with DS 7.5.1
Replies: 5
Views: 1767

You're welcome and don't worry about the 64bit libraries as DataStage cannot use them.
by chulett
Tue Jul 07, 2009 1:47 pm
Forum: General
Topic: How to use wave number in job
Replies: 9
Views: 2819

Sure, all that is possible but you need to forget the whole 'wave number' part. Forget that and concentrate on just what you need to accomplish without fixating on wave numbers.
by chulett
Tue Jul 07, 2009 11:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Writing Packed decimal value.
Replies: 9
Views: 3778

But are you certain that you need to provide a packed field? "They" should be able to pack it during their load easier than you can provide it that way... and from what I've seen in the past it is much more typical that they handle that aspect of this.
by chulett
Tue Jul 07, 2009 11:07 am
Forum: General
Topic: istool syntax
Replies: 30
Views: 52297

Very nice, thank you Uncle Andy for taking point on that trail. :wink:
by chulett
Tue Jul 07, 2009 11:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic Notification_Activity
Replies: 16
Views: 6033

Just to make sure that we're on the same page, are you doing the 'cat' outside of the Sequence job that does the Notification? So you can then pass those values in a Job Parameters to the Sequence job and then use those job parameters in the notification stage? If you are doing this all in the same ...
by chulett
Tue Jul 07, 2009 9:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Paasing connection details as parameters
Replies: 2
Views: 1551

No problem. Can you please mark your post as Resolved using the button at the top of the page? Thanks!
by chulett
Tue Jul 07, 2009 9:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic Notification_Activity
Replies: 16
Views: 6033

You'll need to retrieve it and pass it as a Job Parameter to the Sequence job with the Notification Activity stage in it, is that what you are trying to do?
by chulett
Tue Jul 07, 2009 7:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Paasing connection details as parameters
Replies: 2
Views: 1551

You certainly should be able to do this. Can you explain what exactly you've tried so far?