Search found 42189 matches

by chulett
Mon Jun 05, 2017 3:05 pm
Forum: IBM QualityStage
Topic: Standardize stage Overrides tab
Replies: 2
Views: 5440

Not if you jump on the end of someone else's problem, I'm afraid.

I've split you out into your own topic but because this was your first post I had no idea what to put for your Version # or O/S flavor... can you clarify that for us please?
by chulett
Mon Jun 05, 2017 6:49 am
Forum: General
Topic: Datastage command using dsjob -ljobs does not display jobs
Replies: 18
Views: 7271

Once again, simply saying "it doesn't work" doesn't help us be able to help you. Doesn't work how - what happens, what errors do you get? :? You seem to be rapidly moving past the point where strangers on the Internet can help as we seem to be going around in circles... have you engaged yo...
by chulett
Fri Jun 02, 2017 4:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: An empty file is being created by lookup stage
Replies: 4
Views: 2638

Yes, expected. Any target file is created (if it doesn't already exist) when the job starts and the stage "opens"... regardless of it getting (or not getting) written to.
by chulett
Fri Jun 02, 2017 12:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Field seperator
Replies: 6
Views: 3298

FYI, the use of Index() is unnecessary as Field() supports not only a start field but optionally how many to return... 1 is the default. Just make sure when you add it that the "how many" value is high enough. I tend to use 99 even if I know there could only be a handful. Makes what is goi...
by chulett
Fri Jun 02, 2017 8:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job design to do table maintenance task
Replies: 6
Views: 2632

"Preparing the table"?

If you're good, go ahead and mark this as resolved and I'll move along. I'm just morbidly curious at this point. :wink:
by chulett
Fri Jun 02, 2017 6:30 am
Forum: General
Topic: Datastage command using dsjob -ljobs does not display jobs
Replies: 18
Views: 7271

Can we revisit what exactly "not working" means at this point? What output do you see? What is displayed if you type "echo $?" immediately after dsjob runs?
by chulett
Thu Jun 01, 2017 5:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Field seperator
Replies: 6
Views: 3298

Yup! Always best to become conversant with all of the functions at your disposal. Or at least know where to go look for something to do the trick. :wink:

For this, Field() would be my first go to function.
by chulett
Thu Jun 01, 2017 4:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job design to do table maintenance task
Replies: 6
Views: 2632

Well, that's how you do it in a Parallel job when you just need to trigger an action in the database. In a Server job you would start from a Transformer, they can be re-jiggered to serve as a "row generator". Are you doing something before/after SQL or some kind of "hard-coded" u...
by chulett
Wed May 31, 2017 9:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to rollback all written records if lookup fails
Replies: 5
Views: 2592

Okay... at a high level if it only issued a commit after 2000 records or end-of-job then saying that when record 6 fails the job the previous 5 are still in the target didn't make sense to me, hence the question. Something else is going on, perhaps partitioning is affecting the behavior - one node c...
by chulett
Wed May 31, 2017 9:08 am
Forum: General
Topic: DSSendMail with %fullreport%
Replies: 5
Views: 2654

If you are letting the Sequence job run everything, then in your custom routine you would need to attach to the job(s) in question again - establish a new handle for the routine to use - and then call any other API functions like DSGetJobInfo. Don't forget to release it when you are done. You have m...
by chulett
Wed May 31, 2017 6:59 am
Forum: IBM QualityStage
Topic: Best practice for copying a ruleset
Replies: 10
Views: 8861

So... that addresses the subject of the question but not the substance of it. Hopefully more help will be coming. :wink:
by chulett
Wed May 31, 2017 6:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Upgrading to 11.3 from 8.7
Replies: 4
Views: 7211

We'll see what kind of answers you get but to me these sound like questions you should asking your sales person.

I'm also curious (based on your forum choice and job type noted) if you are really asking about a Server jobs only environment...
by chulett
Tue May 30, 2017 4:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to rollback all written records if lookup fails
Replies: 5
Views: 2592

What's your commit interval set to in the job? Sounds like it is set to 1 to see that behavior. :?
by chulett
Tue May 30, 2017 7:29 am
Forum: IBM QualityStage
Topic: Best practice for copying a ruleset
Replies: 10
Views: 8861

Now hopefully someone can answer your question...
by chulett
Tue May 30, 2017 6:42 am
Forum: General
Topic: Need Information on Enabled for Information Services Option
Replies: 4
Views: 1839

Re: Need Information on Enabled for Information Services Opt

Seems to be Enabled for Information Services option in Job Properties will help on this No, it won't. If all you need to do is run a "normal" job from outside of DataStage proper, then you need to get familiar with the Command Line Interface and API. And everyone has access to the same on...