How can we increase the size of an existing PDS to include
more no. of modules.
Answers were Sorted based on User's Feedback
Answer / swathy
also v can reduce the size of the pds which will increse
the size of pds.just use "z" in front of the pds it will
compress the size
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / jagan
Use TSO PDS 'name of the pds' command to increase the size
of an existing PDS.
| Is This Answer Correct ? | 4 Yes | 4 No |
How to find How Many Lines in Sysin DD * Parameter Thru Cobol Coding? If any one knows the Answer Please Reply .....Thanks From Shree
What is IMPACT analysis?
What is Static,Dynamic linking ?
Write a program that uses move corresponding.
I have 100 records in a file.. i want to sort the records from 5 to 5o... give the syntax...
How to display string in the reverse order using occurs clause?
s9(18) comp-3:: What is the size of memory it takes internally?
Can you call an OS VS COBOL pgm from a VS COBOL II pgm ?
wht happens if we dnt give scope terminator ?
How can i write a comp-3 variable into a sequential file should i declara the field in the file description as comp- 3?
COBOL Snippet: Tell where the control will when the below code execute IF (A=B) CONTINUE ELSE NEXT SENTENCE PERFORM <IMP-STMT> END-IF.
sample code for read a 2nd record from last in flatfile how can do?