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 / sameer
you can use create rexx utility to create new pds, copy
members to it, rename it and then delete the old one
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can we redefine the field of x(200) to less than 200?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
How arrays can be defined in COBOL?
Mention the guidelines to write a structured cobol program?
What is the difference between next sentence and continue in cobol programing language?
Write down the divisions of cobol program?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What are the various section in data division and briefly explain them.
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What are the cobol coding sheets?
What are all the divisions of a COBOL program?
How do u write test cases?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need