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

Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

0 Answers  


In A cobol program , we can use COPY Statement in FILE- SECTION / WORKING-STORAGE SECTION / ENVIRONMENT DIVIION basically what is the difference

3 Answers   IBM,


if one main program ,n -subprograms are then which call you follow ?why reasonuhg

4 Answers   UHG,


Why occurs cannot be used in 01 level in COBOL?

0 Answers   Arigo Infotech,


What COBOL construct is the COBOL II EVALUATE meant to replace?

1 Answers  






Under which scenario you would go for a static call as opposed to dynamic call?

5 Answers   TCS,


At the minimum, which division of COBOL is enough to be coded?

3 Answers   CTS,


What is IMPACT analysis?

2 Answers   IBM,


IDENTIFICATION DIVISION. PROGRAM-ID. MOVEPGM. DATA DIVISION. WORKING-STORAGE SECTION. 01 WS-I PIC 9(2). PROCEDURE DIVISION. A1000-MAIN-PARA. PERFORM PARA-X WITH TEST BEFORE UNTIL WS-I= 5 STOP RUN. PARA-X. DISPLAY "BEST2". I m getting error s722,while executing the program, seems getting in loop, can anybody tell me why

3 Answers  


What are the ways you can generate a copybook?

2 Answers  


What are the different data types available in COBOL?

4 Answers  


I have a cobol program with a sub program. How ca i find that it is a dynamic call? or static call..?

3 Answers   HCL, IBM,


Categories