Job with "RunJob" is not getting complied

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
vij
Participant
Posts: 131
Joined: Fri Nov 17, 2006 12:43 am

Job with "RunJob" is not getting complied

Post by vij »

Hello,

I am trying to complie a server job which has RUNJOB command in a transformer stage. When I complie it, I get an error message that "Variable Runjob not found".

This same job works fine in other environment where I export/imported it
from.

Can someone help me resolve the issue?

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

Post by ray.wurlod »

There is no RunJob command.

You're probably intending to use a DSRunJob() function.
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