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.

Answers were Sorted based on User's Feedback



How can we increase the size of an existing PDS to include more no. of modules. I tried the answe..

Answer / 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

How can we increase the size of an existing PDS to include more no. of modules. I tried the answe..

Answer / anila

Compress the dataset using Z in the left side while opening
the dataset

Is This Answer Correct ?    11 Yes 6 No

How can we increase the size of an existing PDS to include more no. of modules. I tried the answe..

Answer / 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

How can we increase the size of an existing PDS to include more no. of modules. I tried the answe..

Answer / vipin

There is way to increase the PDS directory block without
taking the back-up. If you are using file manager, Go to
utilities and then you can get the option for PDS
allocation. This way you can increase the PDS directory
block and it also creates the back-up of the old attributes
dataset

Is This Answer Correct ?    3 Yes 2 No

How can we increase the size of an existing PDS to include more no. of modules. I tried the answe..

Answer / david

In the old days, (those of us around 70 years old can say
that) there was some "freeware" TSO command called PDS that
was handy for a number of good things. It could increase
the size of a PDS directory without reallocation, but the
PDS dataset needed to have sufficient space to physically
shift members to allow contiguous space for the directory
inside the PDS dataset. This command also had good ISPF
capability (i.e. PDS 'pds.name' ISP), however, as I
remember, the "increase directory" command was TSO only.
Now option 3.4 covers much of that PDS command ISPF
capability.

Is This Answer Correct ?    1 Yes 0 No

How can we increase the size of an existing PDS to include more no. of modules. I tried the answe..

Answer / sameer

you can use create rexx utility to create new pds, copy
members to it, rename it and then delete the old one

Is This Answer Correct ?    1 Yes 0 No

How can we increase the size of an existing PDS to include more no. of modules. I tried the answe..

Answer / samsharan

Go to start--> 3-->1-->C

Is This Answer Correct ?    0 Yes 0 No

How can we increase the size of an existing PDS to include more no. of modules. I tried the answe..

Answer / phani

The exact answer for the ans#3 is
Go to start--> 3-->1-->C.(No need to go to 3.4)

Is This Answer Correct ?    1 Yes 5 No

How can we increase the size of an existing PDS to include more no. of modules. I tried the answe..

Answer / 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

How can we increase the size of an existing PDS to include more no. of modules. I tried the answe..

Answer / prerna

You can compress the PDS on TSO with option START 3.4 -> 3
-> 1 -> C

Is This Answer Correct ?    1 Yes 7 No

Post New Answer

More COBOL Interview Questions

how the control comes back from subprogram to mainprogram

3 Answers   IBM,


01 a pic 9(6) value is 123456 01 b pic 9(3) move a to b wht will be the value ?

6 Answers   Patni,


How to find How Many Lines in Sysin DD * Parameter Thru Cobol Coding? If any one knows the Answer Please Reply .....Thanks From Shree

3 Answers   Merrill Lynch,


Did anybody attend the walkin of TCS on 31st July in Gurgaon for any technology,If u have completed 3 round i.e till the HR round,have u received the Offer letter yet? Please let me know.Thanks.

1 Answers  


What is LENGTH in COBOL II?

2 Answers   CSC,






I try to use some column names in my cobol progorm but these column not in db2 table ..when do i get error ..while bind time or runtime?

2 Answers  


Describe the difference between subscripting and indexing ?

2 Answers  


hi dudes.....can any one help me..... what is SET TO TRUE all about,anyway?

1 Answers  


What is the difference between SEARCH and SEARCH ALL?

6 Answers   Cognizant,


in cobol i have one file it contains records like 10,4,23,98,7,90..... total records 100. iwant 10 to 20 in reverse order in cobol environ ment any one please give the answer......

2 Answers   IBM,


hi friends,can any one post the ibm mainframe inteqview questions for 1year exp candidate,for itc infotech interview?. have any body attended for this in the past?...

1 Answers   ITC Infotech,


Can anyone explain me CALL procedure in COBOL.Does it carries similarities like call by reference in C.

1 Answers  


Categories