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


Please Help Members By Posting Answers For Below Questions

i need a small 3d program using inline and outline.

1640


Why is it necessary that file needs to be opened in I-O mode for REWRITE?

748


how do you reference the printer file formats from cobol programs

669


What are literals?

632


What is length is cobol?

652






I have a File that has duplicate records. I need only those records that occur more than thrice.?

8663


What is the difference between Global and External Variables?

666


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

719


How to print 10 to 1 if the input have only 10 digit number?

814


how to move the records from file to array table. give with code example

2223


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

1000


Name the sections present in data division.

701


What is inspect in cobol ?

806


How do you define a variable of comp-1 and comp-2?

707


I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.

2014