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
Differentiate between structured cobol programming and object-oriented cobol programming.
What is the problem of ordered sequential files access?
Discuss about changing dataset name in proc.
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
What is the difference between binary search and sequential search?
What the difference is between continue and next sentence?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
what is search and searchall?what is the diffrence between them?give an best example?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
How do get the result of your program directly on your pc?
Write a program that uses move corresponding.
Describe the cobol database components?