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 / 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 |
Post New Answer View All Answers
How do you define a variable of comp-1 and comp-2?
What is Pic 9v99 Indicates in COBOL?
What is the compute verb? How is it used?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What is a report item?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
how do you reference the variable unblock file formats from cobol programs
What is link edit in cobol?
What is cobol?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What are the pertinent COBOL commands?
What is the difference between PIC 9.99 and 9v99 in COBOL?
How do you get the data to code the BMS macro?
Name some of the examples of COBOl 11?
How do define dynamic array in cobol.