FOR a GDG, the book by 'SABA ZAMEER' says 'We can NOT ALTER
the LIMIT parameter after it is defined'. (p-211).
But many persons have written that it can be changed, which
one is true ?
Answer Posted / albert
It can be changed through JCL using ALTER statement
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain dd statement in jcl?
what is DD statement is used in JCL?
Explain the function of job statement in jcl?
What is condition checking in jcl? Is this possible?
how would you create a temporary dataset? And where will you use them?
what are the types of abends that occur on job failure? And explain the possible causes of these
what operation is performed by job statement?
Give the syntax of job specifying jcl statement.
what JCL Procedures?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
How can unused space allocation be returned to the system when a dataset is closed?
Explain the hierarchy levels in jcl?
Name what parameter directs the output of the job log dataset?
How can the disposition of sysout datasets be set for an entire jobstream?
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 ?