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 / 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 |
Post New Answer View All Answers
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What are the cobol coding sheets?
How you can read the file from bottom?
Explain how to differentiate call by context by comparing it to other calls?
Why occurs cannot be used in 01 level in COBOL?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
How can you get the ksds file records into your cobol program?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
How do you define a variable of comp-1 and comp-2?
Can you please let me know the centre name of INS certification in Kolkata.
What is the difference between comp and comp-3 usage?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What are the different data types in cobol?
how to move the records from file to array table. give with code example
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?