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

Adding steps for a background job

Former Member
0 Likes
475

Hello All,

I am creating a background job through a program and submitting another program for running in the background.

I would like to add steps for the backgound job which I created trough my program.

So background job will have different steps for the same program which I submitted.

Could any one of you help me on how to add steps for background job which is already running.

Thanks and Regards,

Vijay

2 REPLIES 2
Read only

naimesh_patel
Active Contributor
0 Likes
380

Hello,

If you are using the JOP_OPEN, SUBMIT via job number and JOB_CLOSE for your jobs, you can submit as many reports you want.

If you want to start your program as some specific place you can make some small programs and submit them in with the job number and job name.

Regards,

Naimesh Patel

Read only

0 Likes
380

Hi Naimesh,

Thanks for the Reply.

Sorry for replying late.

The problem I am facing is we need only one job with multiple step .

for example if we have job named BCKGRD.

Under this job we need to create Step 1, Step 2, Step 3..

Regards,

Vijay