Process cannot recognize variable

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Where - precisely - are these two routines being executed? In particular, are they in the same process? If the first is a before-job subroutine it is in the job process; if the second is in a Transformer stage it is in the stage process (a different process, with a different variable space). If that's the scenario, move the before-job subroutine so that it is a before-stage in the same Transformer stage as the one in which the second routine is invoked, then both routines will be executing in the same process.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply