Search found 1 match

by cpratima
Wed Apr 27, 2005 4:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting $UserStatus from a Parallel Job
Replies: 6
Views: 5159

Re:Setting $UserStatus from a Parallel Job

You cannot call routines from a parallel job because PX does not understand the BASIC language that routines use. You will have to write the logic through a Build stage using C language.