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 / 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 View All Answers
Name the sections present in data division.
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
How arrays can be defined in COBOL?
What is amode(24)?
Write some characteristics of cobol as means of business language.
In COBOL, what is the different between index and subscript?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What is redefines clause in COBOL?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is the difference between perform … with test after and perform … with test before?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What are the pertinent COBOL commands?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Write a program that uses move corresponding.