Customize before job subroutine

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
arun@sinmax
Premium Member
Premium Member
Posts: 13
Joined: Tue Jun 14, 2005 6:25 am

Customize before job subroutine

Post by arun@sinmax »

Hello,
i have one problem,hope you guys will help me out.
i have written a routine which i want to use as before job subroutine in the job properties.but i am not getting the written routine while selecting the before job subroutine in the job properties.
so please tell me how can i do this?

Thanks in advance.
gateleys
Premium Member
Premium Member
Posts: 992
Joined: Mon Aug 08, 2005 5:08 pm
Location: USA

Re: Customize before job subroutine

Post by gateleys »

arun@sinmax wrote:but i am not getting the written routine while selecting the before job subroutine in the job properties.
Could be because you declared it as a function, and not a subroutine. Make sure it is defined as a routine.

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

Post by ray.wurlod »

Most probable cause is as gateleys identified.

Could also be because the subroutine has not been successfully compiled.

Could simply be that the client has not refreshed its view of the Repository (choose Refresh from the View menu).
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