Search found 42189 matches

by chulett
Sat Nov 05, 2011 8:44 pm
Forum: General
Topic: commandoutput
Replies: 5
Views: 1993

Command Output is a dynamic array so there a Field Marks included that are causing your comparison to fail. Try array notation:

Code: Select all

Activity.$CommandOutput<1> = 'all_v1'
Or strip them:

Code: Select all

Convert(@FM,"",Activity.$CommandOutput) = 'all_v1'
And see if either one works for you.
by chulett
Sat Nov 05, 2011 8:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: constraint not restricting before condition
Replies: 4
Views: 1441

You'll have to remove the truncation from the target stage itself as there isn't a mechanism there to make it conditional, as far as I know. Perhaps others have dealt with this and can offer more cogent advice, I'm thinking of some kind of a routine call that is only made when the first row passes t...
by chulett
Sat Nov 05, 2011 2:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: passing the result of a query as parameter
Replies: 2
Views: 1560

You can include a job parameter like that in a source query but since it's a job parameter it must be set / passed in as the job is invoked, trying to set it "before job" is too late. One common way to accomplish what you are showing here is to stash the first value in the USERSTATUS area ...
by chulett
Sat Nov 05, 2011 2:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: constraint not restricting before condition
Replies: 4
Views: 1441

Yes. Anything "before" the stage happens when the stage is opened / initialized / when the database connection is made. It doesn't wait for the first row to arrive before it fires, if that's what you are thinking would happen.
by chulett
Sat Nov 05, 2011 6:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue during target load
Replies: 8
Views: 2097

You posted in the wrong forum. The forums here are based on product & job type and this one is for questions specific to the Information Analyzer product.

Question on Parallel jobs belong in the Enterprise Edition forum. I'd move this myself if I had the power but I don't here.
by chulett
Fri Nov 04, 2011 9:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: transformer lookup
Replies: 16
Views: 4290

Agreed, that was a bit lame. :?

I'm locking this, if you want to have a real discussion on "transformer lookup" start a new post.
by chulett
Fri Nov 04, 2011 9:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mount points for scratch disk and resource disk
Replies: 5
Views: 1959

I have neither the time nor the ability to test anything like that. Interesting point, though.
by chulett
Fri Nov 04, 2011 9:01 am
Forum: General
Topic: job run as per the sequence available
Replies: 9
Views: 6130

What does UTILITYRUNJOB return? If it does 1 = Success, 2 = Warnings (etc) then that trigger will not consider that "OK" as it needs to return a 0 for OK.
by chulett
Fri Nov 04, 2011 8:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Audit Table
Replies: 15
Views: 7595

There is no ability to use wildcards in the actual filename now that I think about it, so that second option comes off the table. As far as I know, it should have worked just fine in the Filter however. If you open up a Cmd window and run your 'type' command from it, does it work correctly, write th...
by chulett
Fri Nov 04, 2011 8:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IDENT1: OCI has fetched truncated data
Replies: 5
Views: 2207

What kind of not good data?
by chulett
Fri Nov 04, 2011 7:31 am
Forum: General
Topic: Restartability mechanisms
Replies: 31
Views: 12071

Thanks... but not really germane to a discuss of the restartability of Sequence jobs.
by chulett
Fri Nov 04, 2011 7:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is substr equivalent for transformer
Replies: 3
Views: 1454

The square brackets [] are the substring operator. So "YourSample[1,4]" will get you "2004", "YourSample[5,2]" will get you "04", etc etc.

:lol: Too slow.
by chulett
Fri Nov 04, 2011 7:17 am
Forum: General
Topic: Restartability mechanisms
Replies: 31
Views: 12071

In version 7.x I found the status of "Stopped/Restartable" to be basically a... lie. It isn't restartable. As you've seen, only "Aborted/Restartable" can actually be restarted without Resetting first.

Not sure if that was ever fixed...
by chulett
Fri Nov 04, 2011 6:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Examples of type conversion functions
Replies: 2
Views: 1290

:!: Un-hijacked. Please start your own posts in the future rather than replying to an old, unrelated post.