what is pupose and meaning of the REGION keyword and what
jcl statement is it associated with?
Answer Posted / krithiga hari
The REGION parameter is used to override the default amount
of workspace assigned to a particular job or a particular
step. It is an optional keyword parameter. It can be used in
job statement or in exec statement.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
In job processing, what happens in conversion stage?
Explain the function of job statement in jcl?
A dd statement consists of 4 fields. Name them?
which utility is used to run a cobol-db2 program?
Explain how can a jobs execution priority be modified?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
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?
when does a dataset go uncataloged?
what is the use of JCL?
Explain how can return codes be tested before execution of a job step?
Where & How Do You Code Identifier In Jcl?
Explain the purpose of dd * statement in jcl?
Explain dfsort utility?
Differentiate between the joblib and the steplib statements?
How to execute 2nd and 4th steps among 5 steps in jcl proc?