How can we increase the size of an existing PDS to include
more no. of modules.
Answer Posted / 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 |
Post New Answer View All Answers
what is s000 u4087 error? please give the all error codes in cobol,jcl.
) how do u code after getting data?
What is the difference between comp and comp-3?
Which Search verb is equivalent to PERFORM…VARYING?
Explain what you understand by passing by value.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is the difference between binary search and sequential search?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
How to remove 2 duplicate records and copy only one using job control language?
What is Pic 9v99 Indicates in COBOL?
what is search and searchall?what is the diffrence between them?give an best example?
What is a scope terminator give example?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What are the various section in data division and briefly explain them.