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 / rup
In generation program you would have given limit earlier as
limit(5) , You can change the limit by this way.
//SYSIN DD *
ALTER ****.***.** LIMIT(6) NOEMPTY SCRATCH
/*Now limit changes to 6
//
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How do you access an uncatalogued dataset in a jcl?
What are the rules employed while naming the steps in a job?
Can we use DISP=SHR in output file in JCL
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
what sort card you will use to copy the data from one dataset to another dataset?
How can a fb file convert to vb file using sort program?
What are s0c1, s0c4, s0c5, s0c7 and socb?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
Name the statement which can be used to send data to another mvs jes3 node?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
What is the purpose of disp parameter?
Is there any command to check wether the ps file is in sorted order?
Does jcl support automatic restart?
which utility is used a dummy utility?
What is multithreading in jcl?