Name some of the JCL statements that are not allowed in procs.?
Answer Posted / guest
Some of the JCL statements which are not allowed in
procedures are:
1. JOB, Delimiter(/*), or Null statements
2. JOBLIB or JOBCAT DD statements
3. DD * or DATA statements
4. Any JES2 or JES3 control statements
| Is This Answer Correct ? | 42 Yes | 6 No |
Post New Answer View All Answers
Give the syntax of job specifying jcl statement.
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What do you know about jcl?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
how do you access an uncataloged dataset in a jcl?
what happens in execution stage in job processing?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
In sms datasets, what is the function of the dd mgmtclas keyword?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
I need exexution process for JCL programs
What is the function of dd name parameter with a 2 part structure; audit.report?
Explain the function of //jcllib statement?
What is catelog procedure and how many catelog procedure to use in one job?
Does jcl support automatic restart?
How jcl is used for testing batch programs?