Why do you want to specify the REGION parameter in a JCL step?
Answer Posted / nidhi sharma
region parameter specifies amout of storage space required
by particular job or particular step
| Is This Answer Correct ? | 34 Yes | 6 No |
Post New Answer View All Answers
Where can program checkpoints be stored for use in a restart?
Explain the purpose of dd * statement in jcl?
What do you know about jcl?
Define concatenating?
Name what parameter directs the output of the job log dataset?
How do you create a temporary dataset?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What is the purpose of disp parameter?
in ways data can be passed to a COBOL program from JCL?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
what is SOC4 error?
Mention the types of job control statements?