Application Development 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: 

Question regarding Submit Statment "Submit ... via Job .. Jobcount ..."

Former Member
0 Kudos

Hello,

This is more of a clarification question than anything. I have a program that executes the statment "Submit <program_name> via Job <name> Jobcount <count>" which is scheduled in background at a certain time.

The <program_name> this statment is trying to run is running another submit statment to run a report program.

<b>My question is, is the second Submit Statment still running the report in the background server or is it being run online?</b>

Thank you and good day.

1 ACCEPTED SOLUTION

former_member186741
Active Contributor
0 Kudos

the submit in <program_name> cannot be 'online' if it is itself ruuning in batch as part of job <name>.

If you ran <program_name> directly via se38 then any submit it did might be online (depending on the syntax of course).

Message was edited by: Neil Woodruff

Please close the thread and award points if you're happy with the answer.

2 REPLIES 2

former_member186741
Active Contributor
0 Kudos

the submit in <program_name> cannot be 'online' if it is itself ruuning in batch as part of job <name>.

If you ran <program_name> directly via se38 then any submit it did might be online (depending on the syntax of course).

Message was edited by: Neil Woodruff

Please close the thread and award points if you're happy with the answer.

0 Kudos

Thanks, so I guess everything after Submit ... job. Is in background. Thanks!