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 / sanjay sahoo

Yeah what the above answers told by my friends are right or
you can do it in this way also go to ISPF 3.1 and Give C and
mention the data set name.

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is cobol?

732


In COBOL programming, what is PERFORM? What is VARYING?

662


IF I mention stop run in CICS what happens?

1883


HOw can I get the negative sign while deduct high value from low value

1778


What is the usage of comp fields in cobol?

645






how to access the file from prodution from changeman tool and to submit a file to production

6660


What type of SDLC u followed? Why?

1510


Difference between array and sub-script ?

1147


Can we redefine the field of x(200) to less than 200?

805


Which is not true about evaluate statement

1560


How do define dynamic array in cobol.

659


how to refer the data field?

1793


Can we change the password using ALTER? anyone tried and changed?

1533


What is the LINKAGE SECTION used in COBOL?

881


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

5652