Communication from JCL to system (non-APPC)

The statements described in this topic are not supported in an APPC scheduling environment.

Use the following to communicate from your JCL to the system:

The system executes any in-stream command as soon as it is read. Therefore, the command will not be synchronized with the execution of any job or step.

Examples:
   In a JES2 system:
        /*$SI3-5

        //    COMMAND  'CANCEL MYJOB,DUMP'

   In a JES3 system:
        //**START