Search found 53125 matches

by ray.wurlod
Mon Dec 08, 2003 7:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Sequencer : arguments value expression syntax allowed
Replies: 11
Views: 4334

Yes, but can you manipulate the value, for example by concatenating a string value, as luca wants to do? I don't think it can be done in the GUI. But I would be happy to learn - how would you refer, in your example, to Routine AA's return value when you are in Routine BB? Pass it as an argument? Unf...
by ray.wurlod
Mon Dec 08, 2003 5:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Call Java function from Datastage Job
Replies: 7
Views: 3955

Yes, if you must use Java, why can't it write the two values to a file? This is a much easier interface to manage - returning more than one value is always tricky! But if you can program it in Java chances are it can be programmed as easily in DataStage BASIC, as Roy points out, then you don't have ...
by ray.wurlod
Mon Dec 08, 2003 5:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Sequencer : arguments value expression syntax allowed
Replies: 11
Views: 4334

It stems from the fact that, when code is generated, variable names are generated. This is particularly important when "marked" items (such as return value, but also names of routines and the like) have to be incorporated. Mapping variable names also supports the ability for the Japanese version of ...
by ray.wurlod
Sun Dec 07, 2003 8:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need help to success in interview
Replies: 19
Views: 5758

Re: Need help to success in interview

Hi , I have taken taining in Datastage. i have completed one basic project in Datastage. Presently iam looking job in india. I need help from Datastage experts,gurus. I have FAQ in Datastage. I apprecaite if you give answers to this questions to me. The following are the questions frequently asking...
by ray.wurlod
Sun Dec 07, 2003 8:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem while modify derivation along with link partitioner
Replies: 4
Views: 1045

Can you please verify also that your job consists of more than just these three stages? Both link partitioner and link collector stages must have inputs and outputs. Ideally you will have multiple Transformer stages between them, coded identically, but working with separate partitions of the data. T...
by ray.wurlod
Sun Dec 07, 2003 8:03 am
Forum:
Topic: Correct termologies for Unique behavior.
Replies: 2
Views: 1603

In server jobs, checking the box in the constraints grid makes that output link a "reject link" - Ascential's terminology, not mine. What it means, in the server job context, is an output link that handles any row that has not been processed by any previously-executed output link from a Transformer ...
by ray.wurlod
Fri Dec 05, 2003 6:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reject LINK
Replies: 7
Views: 2228

Ray -- This is what causes a lot of confusions with folks here using PX when I try to explain things to them. So that is why I used the terms "Reject Link" and "Reject Constraint". A "Reject Link" in my definition is the actual broken line link out the Transform stage to capture records that the Tr...
by ray.wurlod
Fri Dec 05, 2003 6:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hanging Jobs and SIGPIPE in APT_JobmonFilter::writeMessage
Replies: 5
Views: 6422

The support group has access to Engineering, which is forbidden to us mere mortals. :wink:
That is, even they (the support analysts) can escalate problems. Kudos to them, they seem to solve most of our problems without needing to.
by ray.wurlod
Fri Dec 05, 2003 6:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute SQL Script
Replies: 2
Views: 1325

Once the script has been built and tested in isolation (and given that I, too, would advocate the job sequence or job control approach that Ken suggested), I think the answer you seek is to select ExecDOS as your after-job subroutine, and put the command line into the Input Value field - where you c...
by ray.wurlod
Fri Dec 05, 2003 6:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MasterData Substring Match
Replies: 4
Views: 1051

I'm not sure IN works like that in SQL. But you could certainly construct a WHERE expression something like TableB.string = SUBSTRING(TableA.string FROM 1 FOR CHAR_LENGTH(TableB.string)) This example assumes that you're looking for the substring at the beginning of the string. At the...
by ray.wurlod
Fri Dec 05, 2003 6:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: YOU DON'T NEED TRAINING
Replies: 22
Views: 5019

Seeing that I have almost zero chance of getting formal training, please forgive me if I ask these types of questions. If you are an employee of a company, I don't sweat helping you out. What irritates me are posts from "consultants" for "CRM/ERP/DataWarehousing" agencies. I'll get a call from a fi...
by ray.wurlod
Fri Dec 05, 2003 7:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Sequencer : arguments value expression syntax allowed
Replies: 11
Views: 4334

In Bangkok (Thailand) at the moment. Where are you?
If you want to preserve the job scheduler and yet perform this edit, you need to compile before editing, then inspect the code to see what the name of the variable actually is.
by ray.wurlod
Fri Dec 05, 2003 7:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MasterData Substring Match
Replies: 4
Views: 1051

There's no value in having them in hashed files for this particular task. I'm assuming you're attempting to decide on a row by row basis; that is is the string in Table B for this row a subset of the same row in Table A. Or are you trying to answer the question "is the string in Table B for this row...
by ray.wurlod
Fri Dec 05, 2003 7:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to reset the generating sequence number automatically
Replies: 11
Views: 2754

Probably the easiest approach is to place another Transformer stage in your rejects link, implementing the strategy we've already discussed using the @INROWNUM system variable.
Anything else is really difficult!
by ray.wurlod
Fri Dec 05, 2003 6:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding the new features of Ascential dat Stage v7.0
Replies: 4
Views: 979

The document you seek would be a very long one, even if anyone were prepared to assemble it. 4.2 and 5.2 were also reasonably major changes. Many and varied have been the new functionalities introduced at each new release. If you add the performance improvements (and bug fixes) you're really writing...