How do I access Job Parameters from 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

alex
Participant
Posts: 7
Joined: Sat Jun 07, 2003 8:24 am
Contact:

Post by alex »

you can pass job parameter to routine parameter. then you can access job parameter. Normally, when you write a routing, which is general and which is not for particular job. So routine does not know parameter.


All the best,
Alex
alex
Participant
Posts: 7
Joined: Sat Jun 07, 2003 8:24 am
Contact:

Post by alex »

You can pass job parameter to routine parameter. So that you can access job paramter. When you wrote routine which is general and you are not sure this routine is only for this job. So, you can't access job parmeter from routine. So, when you wrote routine, create one more parameter which will accept job parameter.

All the best,
Alex
Post Reply