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 / shailendra
i donn't think if we compress the pds, its mean we are
increasing the size of pds. our first requirment is to
increase the pds size... and it is not possible. i think
you can you can apply the below logic. first create another
pds with same properties with existing and increase the
value of primary, scondary and directory block value in
space parameter. and just copy all the member in newly
created pds, delete the previous and rename the new pds
with old name.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Explain how to differentiate call by context by comparing it to other calls?
How you can read the file from bottom?
When is inspect verb is used in cobol?
What is a scope terminator give example?
What is the compute verb? How is it used?
What is length is cobol?
What is the difference between comp and comp-3?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is perform what is varying?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
State the various causes of s0c1, s0c5 and s0c7.