Modify this subroutine to test the number of errors that occurred during processing of this JCL stream. If there were errors, have CA JCLCheck issue a severe error message to prevent 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.
|
|