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 |
what do you mean by copybook? and what is the difference between the copybook which we are using in working storage and procedure division.
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?
what are the control characters used in reports
Discuss about changing dataset name in proc.
BY seeing a program how can we say that it is static call or dynamic call
What is perform what is varying?
how many bytes does s9(7)COMP-3 field occupies?
if we have a 10 steps how to override the 4th step in jcl?
how to move the records from file to array table. give with code example
what is the difference between start and startbr?
Can we move SPACES to numeric field and ZEROES to alphabetic field? If yes what are the way doing this?
how to remove leading spaces and zeroes in a cobol variable.is there any easy way to do it