Search found 42189 matches

by chulett
Sat Feb 10, 2007 5:02 pm
Forum: General
Topic: DataStage best Practices doc
Replies: 20
Views: 10460

I believe you'll find there's an IBM 'Best Practices' class they'd love to have you attend. I doubt there is a document they'll just send over, but who knows... can't hurt to ask. :wink:
by chulett
Sat Feb 10, 2007 5:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Best practices
Replies: 3
Views: 1178

Ok, that's reasonable. I would have expected you to ask about 'DataStage Server Best Practices' here and 'DataStage PX Best Practices' there, however. No big.
by chulett
Sat Feb 10, 2007 4:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: one time nad go foreward loading in a single job
Replies: 5
Views: 1522

Or just build the daily version. It should work for the initial load, just find nothing to update. And will be probably be much much slower than it would be if designed as a separate job.
by chulett
Sat Feb 10, 2007 4:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Best practices
Replies: 3
Views: 1178

No need to post this more than once. 'This forum' is all encompassing and you really mean 'at this site'. And the answer is still basically no.
by chulett
Sat Feb 10, 2007 4:21 pm
Forum: General
Topic: DataStage best Practices doc
Replies: 20
Views: 10460

There isn't one. Except perhaps what some consultants have put together for their clients.
by chulett
Sat Feb 10, 2007 9:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: one time nad go foreward loading in a single job
Replies: 5
Views: 1522

Create two if you need to handle the volumes differently, but your 'go forward' job design should be able to handle the 'one time' load as well.
by chulett
Sat Feb 10, 2007 8:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Installing two Datastage Client
Replies: 3
Views: 1106

Yes. Install them to two different locations (rather than 'upgrade' the first installation) and install the MCM or Multi Client Manager. It will allow you to switch from one to the other. Note the implication there - only one version can be active at any given time. ps. You really don't need to post...
by chulett
Sat Feb 10, 2007 8:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: New features in DS 7.5.2
Replies: 2
Views: 966

When you order 7.5.2, which is free with a maintenance contract, it will come with a rather lengthy README. One such thing it will list are the changes made in the last several releases. Someone would need to post the entire thing, something which I don't plan on doing, to properly 'answer' your que...
by chulett
Sat Feb 10, 2007 8:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Client DLL error
Replies: 1
Views: 944

You're probably at a point where official Support is required. I haven't seen this particular error, but anytime I've had any kind of 'dll' or similar error a client reinstall has solved it. Sometimes you do need to clean up manually after the uninstall is complete, both files and all related regist...
by chulett
Fri Feb 09, 2007 6:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading comma delimited file with varchar data type
Replies: 3
Views: 1206

Of course, our friend means Len(in.Col) <=20 not 10. :wink:
by chulett
Fri Feb 09, 2007 6:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Run Multiple Instances
Replies: 25
Views: 7993

Not 'mixed up' but yes a reference to Tony Stark's contribution to the previous posting Narasimha linked to. Hopefully Just4 got the reference. :wink:
by chulett
Fri Feb 09, 2007 5:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Run Multiple Instances
Replies: 25
Views: 7993

Can I also use the filename that the job works on, since the filename is different for different instances of the job? Sure, that is actually fairly common. You'll need a mechanism to build a list of filenames and invoke the jobs with that filename in the Invocation ID field. That could be a variat...
by chulett
Fri Feb 09, 2007 4:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Run Multiple Instances
Replies: 25
Views: 7993

No, he did not literally mean a value of 'x'! Use whatever values are meaningful to you and your jobs as long as they are unique across invocation. Your "1" and "2" were perfectly fine. They could be "March", "April" or "2006", "2007" - whatever you need. You can also reference the InvocationID thru...
by chulett
Fri Feb 09, 2007 12:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling Environment Variables in Basic Transformer
Replies: 9
Views: 1842

So... does this need to be a Parallel job?