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
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 |
Answer / anila
Compress the dataset using Z in the left side while opening
the dataset
| Is This Answer Correct ? | 11 Yes | 6 No |
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 |
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 |
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 |
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 |
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 |
What is an in line PERFORM? When would you use it? Anything else to say about it?
Define in-line perform?
Which of the following characters is NOT valid in column 7? a. - b. \ c. * d. # e. $
What are the access modes of START statement?
A table has two indexes defined. Which one will be used by the SEARCH?
I have a sequential file. How do I access a record in this sequential file randomly in my program ?
What are the rules of the move verb?
how do you reference the rrds file formats from cobol programs
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.
What is the difference between Structured COBOL Programming and Object Oriented COBOL ?
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
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..