Search found 42189 matches

by chulett
Thu Dec 22, 2011 9:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating random SSN values
Replies: 13
Views: 5663

qt_ky wrote:Help... It may be too late now, but this really needs to be a new topic of its own.
It's never too late. :wink:

Splitted.
by chulett
Thu Dec 22, 2011 9:05 pm
Forum: General
Topic: End of Year Amusement
Replies: 8
Views: 2116

I had to switch to Chrome before I could see all of the shenanigans.
by chulett
Thu Dec 22, 2011 9:03 pm
Forum: General
Topic: Execute different actions based on the table count
Replies: 22
Views: 5757

Assuming it contains only the count, cat the file. One trigger would use "$CommandOutput = 0" and the other "$CommandOutput > 0" or "Otherwise". Make sure you build them using the expression builder so the syntax is correct (my example is close but not exact).
by chulett
Thu Dec 22, 2011 5:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Updating after loading into target
Replies: 19
Views: 4301

Not sure where a 'bulk' load ever got mentioned... I've been assuming (perhaps incorrectly) that he meant 'insert' whenever loading was mentioned.
by chulett
Thu Dec 22, 2011 10:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Updating after loading into target
Replies: 19
Views: 4301

By default? I don't know, that would depend on several factors I would assume. Best to leave nothing to chance, I would take whatever steps were necessary to ensure they only happen at the end.
by chulett
Thu Dec 22, 2011 9:36 am
Forum: General
Topic: Execute different actions based on the table count
Replies: 22
Views: 5757

Very true... always multiple ways to skin the DataStage cat. :wink:
by chulett
Thu Dec 22, 2011 9:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Updating after loading into target
Replies: 19
Views: 4301

Argh... next time check your artwork via the 'Preview' option, save me from having to edit them to make everything line up properly. :?

And that would be the 'simultaneously with the load' option I mentioned.
by chulett
Thu Dec 22, 2011 9:30 am
Forum: General
Topic: Execute different actions based on the table count
Replies: 22
Views: 5757

... if you are going to go that route, consider swapping out the first UtilityRunJob for a call to DSSendMail, if that's literally all you need to do.
by chulett
Thu Dec 22, 2011 9:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Consumed more than 100000 bytes looking for record delimiter
Replies: 6
Views: 5104

vinodclv - please start your own post rather than jumping into someone else's. When you do, provide the details of your issue rather than saying you have 'the same' issue.
by chulett
Thu Dec 22, 2011 9:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Updating after loading into target
Replies: 19
Views: 4301

So the link to update the source happens... 'last'. And because I assume you only need a single record to perform the update.
by chulett
Thu Dec 22, 2011 9:21 am
Forum: General
Topic: Shell script execution
Replies: 17
Views: 4544

You've given us absolutely no information to work with, just "it works here" and "doesn't work there". Help us help you, post the actual error that you are getting, please. Unedited.
by chulett
Thu Dec 22, 2011 9:18 am
Forum: General
Topic: Prometric Examination
Replies: 5
Views: 1738

vinnz wrote:This question should probably go in the "General" forum.
And... here we are.
by chulett
Thu Dec 22, 2011 9:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ disconnect issue
Replies: 2
Views: 1345

New problem = new post. Split from your attempted 'self hijack'.
by chulett
Thu Dec 22, 2011 9:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Updating after loading into target
Replies: 19
Views: 4301

'After anything subroutines' are another one of those invisible places that I tend to avoid if at all possible. Make sure you have an annotation stating that it is there and what it is doing. Me, I would split a new link off with a hard-coded zero in it and send it to an Aggregator where it is group...