2006 Oct 12 3:51 AM
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.
2006 Oct 12 4:34 AM
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.
2006 Oct 12 4:34 AM
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.
2006 Oct 12 4:52 AM
Thanks, so I guess everything after Submit ... job. Is in background. Thanks!