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
Is it possible to define dd statements as you want?
What are the difference between jcl and jes?
Is acct parameter mandatory?
How can a stopped job be started again?
can any one plzzzzzz tell the jcl code for creating ps using idcams
How can a fb file convert to vb file using sort program?
How can the submitting users racf authority be overridden in a job stream?
is there any way to execute more than one proc in the same exec statement at the same time..?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
what operation is performed by job statement?
what is the compile process of cobol program expalin with code
What do you understand by the term job time – out and how can you overcome that?
What are the parameter we cannot use in procedure?
What are the utility programs in jcl?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?