Hi itsmemani,
The purpose of the Internal Reader is, simply, to present JES with jobstreams for processing. It is a software substitute for a physical Card (or tape) Reader. These days most places don't have cards, and virtually every job is submitted for running via the Internal Reader; OS/390, for example, uses it to run STCs and TSUs.
Again, simply, the steps that take place are:
* Your job is written to a SYSOUT (logical) device.
* At some point (either when it is closed, or when otherwise instructed) the data on this device is passed to the Internal Reader. If not otherwise specified the authority (userid, etc.) of the outputting process is inherited at this point.
* The Internal Reader spools the job(s) and JES 'disposes' of them according to specified or defaulted dispositions.
* When appropriate Initiators are available, JES releases the jobs to be run.
I'm still not entirely sure what you're trying to find out, and how much of that you would consider 'submission'.
I don't know if this helps but consider the internal reader as a card reader and a SYSOUT device with CLASS=(,INTRDR) as a card punch; when the cards have been punched and a suitable instruction issued to an operator, (s)he moves them to the reader, from where they are processed like any other deck of cards.
Enjoy,
Tony
------------------------------------------------------------------------------------------------------
We want to help you; help us to do it by reading FAQ222-2244 before you ask a question.