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
How to print 10 to 1 if the input have only 10 digit number?
How many sections are there in data division in COBOL?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
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.
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
How do get the result of your program directly on your pc?
i want a program using by if, evaluate , string, unstring, perform, occurs?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
how do you reference the esds vsam file formats from cobol programs
What is the Purpose of POINTER Phrase in STRING command in COBOL?
In which area will you utilize 88 level items in cobol?
Explain about different table spaces.
how do you reference the variable block file formats from cobol programs
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
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.