After using the CASSUB command to submit a JCL job in Enterprise Server, how can this job be killed from the command line?
Problem:
After using the CASSUB command to submit a JCL Job in Enterprise Server, how can this job be killed from the command line?
Resolution:
To kill the job from the command line, use the CASOUT command and the /k<jobnumber> parameter.
For example: CASOUT /rESDEMO /k4711
Detailed information about CASOUT can be found in Online Help.