+1 vote
in JCL by
What are some JCL statements that are not allowed in procedures?

1 Answer

0 votes
by
Some JCL statement that is not allowed in the procedure is as follows.

JOB, Delimiter(/*), or Null statements

JOBLIB or JOBCAT DD statements

DD * or DATA statements
...