Hello !!
I have a requirement as mentioned below
1. Create a JOB and a Proc
1.a Proc will have all the steps (example STEp1, STEP2, STEP3 STEP4 ..... STEP7)
1.b JOB should call the PROC in such a way that STEP4, STEP5... STEP7 should be executed if certain part of the parm value (if at all PARM can be used) becomes true.
1.c And only STEP1,STEP2 and STEP3 should be executed if the other part of the parm becomes true.
I am not sure if the idea of using parm can give me the correct design. Anyone please give the idea to achieve this design.
Regards,
Farhaan