Search found 42189 matches

by chulett
Fri Dec 16, 2011 7:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date validation
Replies: 9
Views: 3868

Re-read Mike's post.

Validate then convert only if valid.
by chulett
Thu Dec 15, 2011 2:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential file not able to read huge data with single colum
Replies: 5
Views: 2174

It has a single long field per record with many records or there is only a single long record per file?
by chulett
Thu Dec 15, 2011 10:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invocation id as parameter in Parallel Job
Replies: 10
Views: 5957

I'm guessing that you should be able to do that, yes.
by chulett
Thu Dec 15, 2011 9:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invocation id as parameter in Parallel Job
Replies: 10
Views: 5957

He just meant that when you associate a Multi-Instance job with a Job Activity stage, a new field should open up where you specify the Invocation ID. If you don't see that, close and re-open the Job Activity stage.
by chulett
Thu Dec 15, 2011 9:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invocation id as parameter in Parallel Job
Replies: 10
Views: 5957

You don't need to "pass" it at all, you just reference it in the MI job and it will pick up the current version of the Invocation ID.
by chulett
Thu Dec 15, 2011 7:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic Help
Replies: 11
Views: 4576

jwiles wrote:As is often requested for this forum...
Thank you James... saved me some typing. :wink:
by chulett
Thu Dec 15, 2011 7:42 am
Forum: General
Topic: Delete logs in directory
Replies: 2
Views: 1114

As long as your logs are being stored in the 'traditional' repository, this post should give you a starting point at the very least.

Thank you Uncle Ken, wherever you are. :wink:
by chulett
Thu Dec 15, 2011 7:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator Error
Replies: 1
Views: 1375

What 'derivation' do you have for the POC_ID column in the aggregator? In other words, what did you tell the aggregator to do with the field - group by it? Sum it?
by chulett
Thu Dec 15, 2011 7:27 am
Forum: General
Topic: Invoke more jobs from command line without waiting
Replies: 4
Views: 1412

That seems like a perfectly valid alternative.
by chulett
Wed Dec 14, 2011 5:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invocation id as parameter in Parallel Job
Replies: 10
Views: 5957

There's a macro to reference the invocation id, DSJobInvocationID perhaps? I don't see why you couldn't use that for the table name.
by chulett
Wed Dec 14, 2011 2:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to populate 25th of each month..?
Replies: 3
Views: 1866

Look at the Date functions in the Parallel Job Developer's Guide, there should be something to get the current date, in pieces if needed.
by chulett
Wed Dec 14, 2011 2:12 pm
Forum: General
Topic: Export Whole Datastage Project in Unix Script
Replies: 15
Views: 14212

From what I understand (but never tried) it is basically a 'compressed' dsx file and you can unzip it.
by chulett
Wed Dec 14, 2011 11:15 am
Forum: General
Topic: Parameter set files
Replies: 5
Views: 1252

Which is exactly what they provide - a mechanism to make them dynamic.