Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is an in line PERFORM? When would you use it? Anything else to say about it?

4 Answers  


Define in-line perform?

1 Answers  


Which of the following characters is NOT valid in column 7? a. - b. \ c. * d. # e. $

4 Answers  


What are the access modes of START statement?

0 Answers  


A table has two indexes defined. Which one will be used by the SEARCH?

0 Answers  


I have a sequential file. How do I access a record in this sequential file randomly in my program ?

8 Answers   CGI, Xansa,


What are the rules of the move verb?

0 Answers  


how do you reference the rrds file formats from cobol programs

0 Answers  


I need to compare two VSAM files, both having 'number' as key. If there is a matching record, write the data into another VSAM file. How will it be possible.

1 Answers   DSRC,


What is the difference between Structured COBOL Programming and Object Oriented COBOL ?

1 Answers  


HELLO FRIENDS, THIS IS JANARDHAN.GADIRAJU, I FACED ONE INTERESTING QUESTION IN COBOL, THAT IS WHAT ARE THE VALUES WE CAN SEE IN HIGHVALUES AND LOWVALUES, CAN U PLEASE GIVE ME THE ANSWER

7 Answers   Patni,


I have a Main Program which is calling Sub-Program which is a DB2 pgm. What will happen if I am not closing the cursor used in the Sub-program? Please advise..

3 Answers   iGate,


Categories