Search found 42189 matches

by chulett
Wed May 23, 2007 6:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML dateTime formatter
Replies: 2
Views: 826

You need to roll your own. I haven't had to worry about TZ yet, so just putting a 'T' where the space was worked for my processes.
by chulett
Wed May 23, 2007 3:23 pm
Forum: General
Topic: Using Oracle's MERGE for pure deletes
Replies: 9
Views: 2378

Dang, right out of the freaking manual. :lol:
by chulett
Wed May 23, 2007 3:09 pm
Forum: General
Topic: Using Oracle's MERGE for pure deletes
Replies: 9
Views: 2378

That's more like what I was looking for... curious where you found it. Can you post a link?
by chulett
Wed May 23, 2007 3:05 pm
Forum: General
Topic: Using Oracle's MERGE for pure deletes
Replies: 9
Views: 2378

I've been all over Tom's you-know-what but couldn't really seem to find a definitive answer. And it's not like you can ask anything new, there's always a huge backlog it seems.

So I thought I would ask here. :wink:
by chulett
Wed May 23, 2007 1:54 pm
Forum: General
Topic: Using Oracle's MERGE for pure deletes
Replies: 9
Views: 2378

Using Oracle's MERGE for pure deletes

Just curious if any Oracle peoples out there have any thoughts on using a MERGE for pure deletes? While it is great for "upsert" type operations, it doesn't really seem to provide a pure delete functionality. From what I can tell, you have an optional DELETE WHERE clause that can be added to the WHE...
by chulett
Wed May 23, 2007 1:45 pm
Forum: General
Topic: Getting Max Row From DB2 To Be Used DownStream
Replies: 14
Views: 3330

DSguru2B wrote:USER STATUS is not present in parallel jobs.

So? Use a Server job to get the max value. Have it pass the value via Sequence job and USERSTATUS to the PX job.
by chulett
Wed May 23, 2007 12:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: before job sub routine
Replies: 11
Views: 3523

You've made assumptions and used relative paths in your script. You'd either need to 'cd' to the proper location first or use absolute paths.

Have you found your "file.log" file? It will be in the job's Project as noted.
by chulett
Wed May 23, 2007 11:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: before job sub routine
Replies: 11
Views: 3523

DataStage *is* running your script: i am getting this info : testjob2..BeforeJob (ExecSH): Executed command: /dev/dsdd/data/files/xyz.sh *** No output from command *** Just because it shows "no output" doesn't mean it didn't run it, it means the script doesn't echo anything to standard out - i.e. to...
by chulett
Wed May 23, 2007 9:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML output generation
Replies: 44
Views: 11372

If you go to Kim Duke's website, there is a loverly older Ascential document on XML 'Best Practices' that does a great job of illustrating these techniques. Free for the downloading. :wink:
by chulett
Wed May 23, 2007 9:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: restarting DS server for Dsdlockd.config
Replies: 7
Views: 2612

From a TCL prompt using the DEADLOCK.MENU functions is the best answer. You need to not be connected to a particular Project, from what I recall, if you're not sure do a "LOGTO UV" command first. Or I believe you can just edit the value of the Start boolean in the config file and it will notice.
by chulett
Wed May 23, 2007 8:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing Parameters in Execute Command Stage
Replies: 9
Views: 2543

Prove it for us. Try it again with spaces between the arguments and post the messages that configuration generates.
by chulett
Wed May 23, 2007 7:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing Parameters in Execute Command Stage
Replies: 9
Views: 2543

You said your three arguments in the stage were 'separated by spaces , as required by the shell script' and yet this seems to show you actually have commas there.
by chulett
Wed May 23, 2007 7:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: restarting DS server for Dsdlockd.config
Replies: 7
Views: 2612

No, just the deadlock daemon itself.
by chulett
Wed May 23, 2007 7:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine or Transform, which one wins
Replies: 8
Views: 1736

I went fishing for an Uber, can't help who takes the hook. :wink:
by chulett
Wed May 23, 2007 7:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: database connection on windows server
Replies: 7
Views: 1443

Sorry, I'm not familiar with that version or if it is supported by DataStage. Have you asked this question of your Support provider? :?