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 / anila
Compress the dataset using Z in the left side while opening
the dataset
| Is This Answer Correct ? | 11 Yes | 6 No |
Post New Answer View All Answers
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
What are all the divisions of a COBOL program?
What is comp-1 and comp-2?
What is the usage of comp fields in cobol?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
how to access the file from prodution from changeman tool and to submit a file to production
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Explain about different table spaces.
What is the use of intialize verb?
Explain how to differentiate call by context by comparing it to other calls?
What are different data types in cobol?
What guidelines should be followed to write a structured cobol prgm?
what is search and searchall?what is the diffrence between them?give an best example?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?