Login
Remember
Register
Ask a Question
What are some JCL statements that are not allowed in procedures?
+1
vote
asked
Jan 9, 2022
in
JCL
by
SakshiSharma
What are some JCL statements that are not allowed in procedures?
jcl-statement
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 9, 2022
by
SakshiSharma
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
...