How can we increase the size of an existing PDS to include
more no. of modules.
I tried the answer posted by Jagan(TSO PDS 'pds name') but
did not find it working.
The answer posted by kamal i know very well.
Please suggest me a answer so that we don't need to delete
the existing PDS and still we can change the size as well.
Answer Posted / s
1)Compress the dataset.
2)Using space=(1,1,1(db),rlse) u can change the pds
size ,where db is directory blocks ,increase it and alter
the existing one
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
How many sections are there in data division in COBOL?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
What is the difference between Call and a Link?
How you can characterize tables in cobol?
example for sub strings ? and refernce modifications whit output pls
For rewrite, why is it mandatory that file needs to be opened?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is the difference between PIC 9.99 and PIC9v99?
Write a program that uses move corresponding.
What is the difference between external and global variables in COBOL?
What are the different rules for performing sort operation?
What is a scope terminator give example?
IF I mention stop run in CICS what happens?
Describe the cobol database components?
Have you used comp and comp-3 in your project? And how?