Charles Mills

> Are you implying that the basic job file is completely read 
> before the TSO SUBMIT command returns to the issuer? In other words, that 
> the following sequence would be safe?
> 
> "SUB X.CNTL(ABC)"
> Allocate, modify, and free X.CNTL(ABC)
> "SUB X.CNTL(ABC)"

Sure - the TSO SUBMIT command Dynallocs an internal reader, opens it (using
the VSAM-like ACB/RPL interface), copies records into it from your dataset
or edit session, endreqs and closes it. At that point your dataset is no
longer in the picture. Some time later, JES gets the submitted JCL over to
the converter, which may read INCLUDE members and such.

BTW, that "submitted job JOB12345" message is based on information obtained
from the ENDREQ. At that point you know that the JES has got the thing, or
it's failed badly (e.g. no jobcard).

Tony H.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to