Job control process (pid 6276) has failed

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
Hemant_Kulkarni
Premium Member
Premium Member
Posts: 50
Joined: Tue Jan 02, 2007 1:40 am

Post by Hemant_Kulkarni »

Looks like you are attempting to compile the Job which is calling the routine too..

Try to write out the list of jobs compiled into a file or into Datastage Log (as information)... (By writing a statement at the start and end of the Loop to log the information such as "Compilation started for JOb..." and "Compilation completed for Job..")

I think you will find that the error comes up when you are attempting to compile the Job calling the routine.
Post Reply