Why do you want to specify the REGION parameter in a JCL step?
Answer Posted / ch.mohan
region parm is used to memory space
region=mb/kb
reduse the memory in steps
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
Give the syntax of job specifying jcl statement.
How can a fb file convert to vb file using sort program?
Is their any limit for data sets?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
Explain the function of a dd statement?
what is the resolution for sb37 error
Name what parameter directs the output of the job log dataset?
How can return codes be tested before execution of a job step?
Is there any command to check wether the ps file is in sorted order?
Explain the purpose of dd dummy statement?
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 are the parameters that are used in creating a gdg?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
what is use of dsn parameter in dd statement?