Page 1 of 1

Posted: Thu Dec 12, 2002 3:43 pm
by ray.wurlod
User-written routines are catalogued with a "DSU." prefix (the Test grid knows about this).
To call your routine from another, including from Job Control, you need to call it with this prefix.
Call DSU.LogEvento("Job Name", ErrorCode)

The other question is what kind of routine did you create? The Call suggests that you created it as a before/after routine; if you did not, and created it as a transform function, then the Call must be handled differently; the first argument is used for the return value, and each other argument position is pushed along one. Please check this, get back to the thread and let us know. Routine type is a drop down list on the Routine General properties tab.