Search found 42189 matches

by chulett
Sat Aug 29, 2009 5:52 pm
Forum: General
Topic: Version Upgrade of Datastage
Replies: 11
Views: 2113

Not sure what 'best' would mean here. Discuss both with your IBM rep and see which sounds best given your goals for this. Going to 8 is no small undertaking, btw.
by chulett
Sat Aug 29, 2009 2:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Identifying Long Running Jobs
Replies: 8
Views: 3198

OK, for the 'collect the stats after each job run' approach, ETLStats gives you a huge leg-up there.
by chulett
Sat Aug 29, 2009 2:26 pm
Forum: General
Topic: Version Upgrade of Datastage
Replies: 11
Views: 2113

Doesn't really change my previous answer - you can go to the last 7.x version (7.5.3) or the latest 8.x version (8.1). Both are available in Enterprise Editions, if that's what you want.
by chulett
Fri Aug 28, 2009 1:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Identifying Long Running Jobs
Replies: 8
Views: 3198

Are you looking to do this identification after the fact or as the jobs are running? Regardless, trying to determine how long is 'too long' is not always a simple task.
by chulett
Fri Aug 28, 2009 12:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issues with Job running on multiple nodes
Replies: 7
Views: 1517

OK, how about some details of your job design? Anything running in Sequential rather than Parallel mode?
by chulett
Fri Aug 28, 2009 12:54 pm
Forum: General
Topic: Version Upgrade of Datastage
Replies: 11
Views: 2113

How much of an upgrade are you contemplating? In my mind, you have two choices: 1) 7.5.3 to get to the last 7.x Server release. 2) 8.1 which is the latest 8.x release but is a completely different architecture. I'm sure IBM or whomever is your vendor for that would love to discuss the gory details w...
by chulett
Fri Aug 28, 2009 12:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issues with Job running on multiple nodes
Replies: 7
Views: 1517

What kind of partitioning are you doing in the job?
by chulett
Fri Aug 28, 2009 12:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating a Reserved Word/Variable
Replies: 12
Views: 4161

I think you were plenty clear. Anything can set environment variables, the only thing setting them up in the 'admin tool' does is to make them specific to the DataStage runtime environment but not otherwise generally available. Keep in mind the fact that you'll need to get the value of any environme...
by chulett
Fri Aug 28, 2009 12:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replace all occurance's
Replies: 11
Views: 2586

You'd need to use that in a BASIC Transformer as 'ereplace' is a Server function. However, there is a PX version posted here somewhere.
by chulett
Fri Aug 28, 2009 9:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence Restartability
Replies: 7
Views: 3910

:idea: You really need to start your own post rather than hijack someone else's "similar" topic.
by chulett
Fri Aug 28, 2009 5:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: serach for a particular word
Replies: 3
Views: 883

Index() will find it. Simple trick to match the whole word is to concatenate your delimiter to each end of both the string to search and the string to search for: Index(" ":YourField:" ", " BANK ", 1) That will match BANK (even at the ends) but not, mmm... BANKRUPTCY, ...
by chulett
Fri Aug 28, 2009 5:22 am
Forum: General
Topic: issue in FTP stage
Replies: 23
Views: 11314

Is it a secret? :?

Two things you should really do now. Post the resolution so others coming here with the same problem will know what fixed it for you and mark the post as Resolved using the big button at the top of the page.
by chulett
Thu Aug 27, 2009 6:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating a Reserved Word/Variable
Replies: 12
Views: 4161

I don't really see a problem with job control that knows what the definition of those variables are and can set them properly as environment variables before launching a job that leverages them. You would use the default value of $ENV for them in the job. Or if you are using 'static' files, it would...
by chulett
Thu Aug 27, 2009 6:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: where data is stored between stages when the job is running
Replies: 5
Views: 1388

By dividing the data up across the 'nodes' by partitioning.
by chulett
Thu Aug 27, 2009 3:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF Stage ...Heap Error
Replies: 3
Views: 1543

That's not the only error in the log, is it? :?