Search found 53125 matches

by ray.wurlod
Wed Jan 11, 2012 11:59 pm
Forum: General
Topic: can we add cc list to notification activity
Replies: 7
Views: 3220

Your mail adminstrators look after lists. They may or may not have configured your email server to allow you to create your own lists.

Your understanding about the automatic distribution via a list is correct.
by ray.wurlod
Wed Jan 11, 2012 11:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LONG RAW issue
Replies: 9
Views: 2791

Conversion raw to ustring has to be specified as an explicit conversion function RawToString()?
by ray.wurlod
Wed Jan 11, 2012 11:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Check for a numeric
Replies: 13
Views: 3611

What is the data type of the incoming field? For example if it is int32 or decimal, you don't need to check - it can not but be numeric.
by ray.wurlod
Wed Jan 11, 2012 7:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to document parallele job
Replies: 5
Views: 1955

LittelTony wrote:For all the jobs we've to count all the stages that are without comment.
This could be performed with a query against DS_JOBOBJECTS table where DSRID is of the form VnSm. This restricts the query to stages.

But every pin (link end) also has documentation. Do you need to worry about these too?
by ray.wurlod
Wed Jan 11, 2012 7:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pool for sort and db2 in config file - sequential ?
Replies: 0
Views: 1105

It does restrict sorting to sequential if you include only one node in the sort pool as you have done.

The default conductor node is the first-named node that is in the default node pool. In your case this is node node1 because you have all nodes in the default node pool.
by ray.wurlod
Wed Jan 11, 2012 7:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Advantages of 8.7 over 8.5
Replies: 5
Views: 9451

Have you read the Release Notes for 8.7? They include "what's new in this release". They're available from IBM Information Center for InfoSphere Information Server version 8.7
by ray.wurlod
Wed Jan 11, 2012 7:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Will DRS stage of Datastage work in Datastage 8.7
Replies: 2
Views: 1971

Without knowing your exact configuration it's impossible to say, but most stage types are forwards compatible. So my guess is "yes". What should happen is that your DRS stage will be converted to a DRS Connector.
by ray.wurlod
Wed Jan 11, 2012 7:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Will DRS stage of Datastage work in Datastage 8.7
Replies: 2
Views: 1971

Without knowing your exact configuration it's impossible to say, but most stage types are forwards compatible. So my guess is "yes".
by ray.wurlod
Wed Jan 11, 2012 12:23 am
Forum: General
Topic: What is @FM
Replies: 2
Views: 4256

@FM is not a function - it is a system variable, and is preloaded with the ASCII code 254. Historically, in the UniVerse database, this character is the principal delimiter in a special kind of delimited string called a "dynamic array". Since DataStage was originally built on UniVerse, @FM...
by ray.wurlod
Wed Jan 11, 2012 12:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performing right() fn with "+" addition
Replies: 16
Views: 4191

What's different between DEV and QA?

Until we know that, there's not a lot we can advise.
by ray.wurlod
Wed Jan 11, 2012 12:16 am
Forum: General
Topic: can we add cc list to notification activity
Replies: 7
Views: 3220

Assuming that the list of addressees and CC addressees will be fairly static, create that list in your mail server and send to the list.
by ray.wurlod
Tue Jan 10, 2012 3:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performing right() fn with "+" addition
Replies: 16
Views: 4191

What does "not working" mean?

What's different between DEV and QA? (Hint: "nothing" is not the correct answer.)
by ray.wurlod
Tue Jan 10, 2012 3:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Occurs Depending On
Replies: 2
Views: 1325

It was certainly true when the CFF stage first appeared that only one ODO clause was supported. We would need to trawl through release notes for later versions to get a definitive answer unless it's somewhere in a recent manual.
by ray.wurlod
Tue Jan 10, 2012 3:21 pm
Forum: General
Topic: can we add cc list to notification activity
Replies: 7
Views: 3220

Send to an email list that has direct and CC addresses in it.
by ray.wurlod
Tue Jan 10, 2012 3:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Current row to Next row processing
Replies: 6
Views: 1661

Other than in the first two rows your example does not appear to be doing what you describe. Can you please clarify? In general DataStage does not have a lookahead capability; you may need to design to update the first row (of each pair?) subsequently.