Modify this subroutine so that if there are any error messages CA JCLCheck issues a severe error against the job's job name preventing job submission.
/********************************************************************/
/* Job End processing Subroutine */
/********************************************************************/
END_JOB_PROCESSING:
If error_count > 0 then
Do
Call $CAJCL_ERROR,
'S','JOB 'JOB.JOBNAME' has encountered too many site violations execution
has been aborted';
End
Return
|
Copyright © 2013 CA.
All rights reserved.
|
|