Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Background Job

Former Member
0 Likes
395

Hi,

I'm scheduling two programs in a single job.How can I achieve a delay between these two programs?

Thanks in advance.

Hi,

I'm scheduling two programs in a single job.How can I achieve a delay between these two programs?

Thanks in advance.

2 REPLIES 2
Read only

Former Member
0 Likes
371

Hi,

Anyone?????

Read only

0 Likes
371

hi

u can use PRED_JOBNAME parameter in job_closeFM in the second job.

This parameter makes the job start after predecessor job completes.

PRED_JOBNAME = Predecessor Job Name

Regards,

janakiram.