Answer Posted / vaneesh
Friends even numeric size can be varied with
COMPILER DYNM option
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
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?
State the various causes of s0c1, s0c5 and s0c7.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
What are the access modes of START statement?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is the use of intialize verb?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What is an in line perform? When would you use it? Anything else you wish to say about it.
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Which mode is used to operate the sequential file?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
What are different data types in cobol?
explain sorting techniques in cobol program?