Author: Bill Schoen WSCHOEN at KGNVMC, schoen@vnet.ibm.com Title: Submit JCL from a file, data set or stdin PROPERTY OF IBM COPYRIGHT IBM CORP. 1996 submit ====== This is a utility that submits JCL from a file or data set. Syntax: submit submit pathname submit full.data.set.name submit 'full.pds.name(member)' If no argument is given, it will read from stdin. This utility does not use TSO SUBMIT. There is no JOBNAME or other prompting. The JCL must be complete. The job number of the submitted job is not available. Install Information =================== Place submit in a directory where you keep executable programs. Make sure the permission bits are set to 0755 so that it is both readable and executable by everyone. If you obtain this program via FTP, the program is a REXX program in source form. Transfer it in text mode. As a reminder, the filename is submit.txt. .