If I want to increase the Limit in GDG. What should I do?

Answer Posted / santhosh vayathuri

USING FALLOWING JCL CODE WE CAN ALTER


//JOBCARD
//S1 EXEC PGM=IDCAMS
//SYSIN DD *
ALTER GDGNAME LIMIT(NEW-VALUE)
/*
//

Is This Answer Correct ?    18 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

1640


What is the difference between external and global variables in COBOL?

804


What is rmode(any) ?

676


Are you comfortable in cobol or jcl?

633


Write the code implementing the perform … varying.

637






How do you reference the fixed block file formats from cobol programs

695


)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

1515


How to remove 2 duplicate records and copy only one using job control language?

731


What is a report item?

733


What is the LINKAGE SECTION used in COBOL?

885


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

671


What is difference between static and dynamic call in cobol?

766


Have you used comp and comp-3 in your project? And how?

2003


How do define dynamic array in cobol.

664


What is the problem of ordered sequential files access?

690