How does JCLCheck validate a PROC (procedure JCL member)?
Release: All
Component: JCLCheck Workload Automation
When the first scanned JCL statement contains the word "PROC", JCLCheck will do the following:
When the proc contains a JOB card, but is missing a PEND and EXEC statement, errors "CAY6010S JOB HAS NO STEPS" and "CAY6064S PEND CARD STATEMENT MISSING" are issued.
When the proc contains a JOB card, a PEND statement, and an EXEC procname statement, the job gets validated as a normal batch job.