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
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What is Pic 9v99 Indicates in COBOL?
How do you define a variable of comp-1 and comp-2?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
Define cobol?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What are declaratives and what are their uses in cobol?
HOw can I get the negative sign while deduct high value from low value
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
Which Search verb is equivalent to PERFORM…VARYING?
Why did you choose to work with ibm mainframe cobol programming?
What is the LINKAGE SECTION used in COBOL?
Differentiate between structured cobol programming and object-oriented cobol programming.