Using the submit command
The submit command submits JCL from the
shell. By using this command you do not need to open a TSO session
to submit JCL. This command accepts the following as input:
- One or more pathnames
- One or more sequential data set or partitioned data set member names
- Standard input.
For example, to submit a job that resides in the z/OS UNIX file
buildjcl.jcl, enter the following: submit buildjcl.jclFor more information about the submit command, see z/OS UNIX System Services Command Reference.