Search found 42189 matches

by chulett
Wed Oct 15, 2014 4:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage 6.0 - arithmetic loss of precision
Replies: 16
Views: 5849

Oooo... very clever, Mr Bond. I wonder if that will do the trick?
by chulett
Wed Oct 15, 2014 2:20 pm
Forum: General
Topic: Value Expression in Job Activity Stage
Replies: 8
Views: 1678

Yes... you can use as many as you need. :wink:

And yes, seventh - I counted incorrectly.
by chulett
Wed Oct 15, 2014 2:09 pm
Forum: General
Topic: Value Expression in Job Activity Stage
Replies: 8
Views: 1678

Use the Field() function. Extract the 6th "/" delimited field.
by chulett
Wed Oct 15, 2014 2:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage 6.0 - arithmetic loss of precision
Replies: 16
Views: 5849

Are you planning on upgrading some day? I can't imagine there would be any patches nor support for the 6.x release. Neither of the Technotes mention that version.
by chulett
Wed Oct 15, 2014 9:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Transaction Logs filled by before sql
Replies: 3
Views: 1124

OK, then you will definitely need something 'procedural' if you think intermittent commits are the answer. Have you talked to your DBA about possibly increasing the log sizes?
by chulett
Wed Oct 15, 2014 9:23 am
Forum: General
Topic: Auto-purge takes a lot of time
Replies: 8
Views: 2119

Logs are logs, switching to Parallel jobs won't help in that regard, actually they log more messages so would probably make it worse. How many instances of the MI jobs do you run simultaneously?
by chulett
Wed Oct 15, 2014 9:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Transaction Logs filled by before sql
Replies: 3
Views: 1124

Only if you write some SQL PL and call it Before SQL. You're not deleting all records, are you?
by chulett
Wed Oct 15, 2014 7:42 am
Forum: General
Topic: Running single job for all value file set
Replies: 8
Views: 2082

As an example, you may need to create a delimited list of all your value file names and use that to drive your loop iterations.
by chulett
Wed Oct 15, 2014 7:20 am
Forum: General
Topic: Running single job for all value file set
Replies: 8
Views: 2082

How are you doing it right now with the MI jobs and the value file assigned to each? Shouldn't be all that different, I would think. Unfortunately, I'm not anywhere I can test / build anything that might help.
by chulett
Wed Oct 15, 2014 6:47 am
Forum: General
Topic: Running single job for all value file set
Replies: 8
Views: 2082

I don't see why not. Have you built a looping Sequence job before?
by chulett
Wed Oct 15, 2014 6:47 am
Forum: General
Topic: How to repair or reinstall XMETA?
Replies: 3
Views: 2184

Have you talked to your DB2 DBA? That's where I would start in your shoes. Also, have you contacted your official support provider?
by chulett
Wed Oct 15, 2014 6:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parsing XML into two dB tables, creating keys
Replies: 13
Views: 3516

It does, I'm afraid. Scroll down to the Site/Forum forum and read other people's experience before you start to worry too much.
by chulett
Tue Oct 14, 2014 2:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage slow performance
Replies: 14
Views: 8565

Right - it will start purging them the next time it runs, assuming the job does not fail. Oh, and by 'let us know' I meant check a job via the Director to see what the current Auto Purge settings are that it has, no need to run the job just to check that.
by chulett
Tue Oct 14, 2014 1:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage slow performance
Replies: 14
Views: 8565

I'm fairly certain that version will take your project level Auto Purge settings and propagate them down to all jobs automagically. Give it a try, let us know!