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
What are the access modes of START statement?
What are 77 levels used for?
Differentiate between structured cobol programming and object-oriented cobol programming.
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
What are the different data types in cobol?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Write a program to enter and display the names of students in a class using the occurs clause.
) how do u code after getting data?
What are the cobol coding sheets?
Write the code to count the sum of n natural numbers.
What are the pertinent COBOL commands?
Explain the configuration section of a cobol program with examples of syntax.
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.
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?