If I want to increase the Limit in GDG. What should I do?
Answer Posted / lakshmisudha
Use Alter command to increase the GDG limit in that time we
have to use IDCAMS utility
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What are all the divisions of a COBOL program?
How do you get the data to code the BMS macro?
What are the different types of condition in cobol and write their forms.
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is difference between static and dynamic call in cobol?
Which mode is used to operate the sequential file?
What is rmode(24)
How do you define a variable of comp-1 and comp-2?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What type of SDLC u followed? Why?
In COBOL programming, what is PERFORM? What is VARYING?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is the difference between PIC 9.99 and PIC9v99?