Search found 42189 matches

by chulett
Fri Aug 28, 2015 8:55 am
Forum: General
Topic: First Scheduled job does not run
Replies: 26
Views: 9006

ecclesr wrote:When I first attemped to schedule the job - I did get permission issues - they have been resolved
I've been wondering what this means, what 'issues' you had and exactly how they were resolved. May help narrow this down...
by chulett
Thu Aug 27, 2015 12:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Different result sets for the same query
Replies: 9
Views: 4456

We have Toad for Oracle and they're displayed under the "Database / Administer / NLS Parameters" menu option.
by chulett
Thu Aug 27, 2015 7:54 am
Forum: General
Topic: Job sequence scenario
Replies: 10
Views: 2797

Sounds like you need to brush up on how the sequencer works. Set it to "All".
by chulett
Thu Aug 27, 2015 7:31 am
Forum: General
Topic: Restarting the sequence
Replies: 4
Views: 2149

You don't, it knows what to do based on the checkpoints in the sequences. You do have checkpoints enabled in all of them, yes?
by chulett
Thu Aug 27, 2015 7:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Return values if they have a space ' ' ELSE don't return it
Replies: 10
Views: 3409

Of course, thanks. Got a little distracted editing the code. :wink:
by chulett
Thu Aug 27, 2015 7:25 am
Forum: General
Topic: Job sequence scenario
Replies: 10
Views: 2797

As noted, it will if you let it - hence the suggestion to use 'unconditional' triggers to the sequencer.
by chulett
Wed Aug 26, 2015 8:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Return values if they have a space ' ' ELSE don't return it
Replies: 10
Views: 3409

Of course but the other syntax is usually easier for beginners to understand. Besides, who said anything about a output link constraint expression? :wink: Tweak like so to treat the result as a Boolean: If Index(lnk_Cast.BASEBALL," ",1) then <space found logic> else <space not found logic>
by chulett
Wed Aug 26, 2015 3:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: AlNum Function Giving Me Headaches
Replies: 4
Views: 2007

So... if the first character is alphanumeric then do something else do something else? And not at all clear on what you mean by "a different field". What about your expression "is not working"? To me it looks like you want to set the result to NULL if the first character is alpha...
by chulett
Wed Aug 26, 2015 1:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: AlNum Function Giving Me Headaches
Replies: 4
Views: 2007

Why don't we start by you spelling out in words what it is you are trying to accomplish, your requirements here.
by chulett
Wed Aug 26, 2015 7:50 am
Forum: General
Topic: Passing SQL to parameter
Replies: 5
Views: 2363

No problem.

Of course, a Server job would be great for that step or you could even use SQL from the command line if you wanted to go a little crazy. :wink:
by chulett
Wed Aug 26, 2015 7:38 am
Forum: General
Topic: Passing SQL to parameter
Replies: 5
Views: 2363

It's just a plain old flat file, so a job that selects it from the table and writes it out in the proper format to the file would do the trick.
by chulett
Wed Aug 26, 2015 6:57 am
Forum: General
Topic: Passing SQL to parameter
Replies: 5
Views: 2363

Welcome! Sure, several... and the choice can depend on your familiarity with the tool. Off the top of my head: 1. For parameter sets using value files, write directly to the value file 2. Job writes it to a regular flat file and Sequence job reads and passes it 3. Server job writes it to USERSTATUS ...
by chulett
Tue Aug 25, 2015 12:29 pm
Forum: General
Topic: ODBC.ini file Alternatives
Replies: 5
Views: 1931

8)
by chulett
Tue Aug 25, 2015 10:57 am
Forum: General
Topic: DataStage API
Replies: 10
Views: 4511

Time to involve support, it would seem.
by chulett
Tue Aug 25, 2015 9:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Suggestions on APT_CONFIG_FILE
Replies: 5
Views: 3273

For a grid environment, sure. Otherwise...