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
What is the use of intialize verb?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
How do you get the data to code the BMS macro?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What are the pertinent COBOL commands?
What is the difference between next sentence and continue in cobol programing language?
What is the usage of comp fields in cobol?
State the various causes of s0c1, s0c5 and s0c7.
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What are the various section in data division and briefly explain them.