Answer Posted / rubal choudhary
6
| Is This Answer Correct ? | 2 Yes | 16 No |
Post New Answer View All Answers
Which is not true about evaluate statement
What is rmode(24)
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?
) How do u handle errors in BMS macro?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What are the different rules of SORT operation?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Which division and paragraphs are mandatory for a COBOL program?
What guidelines should be followed to write a structured cobol prgm?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
how do you reference the ksds vsam file formats from cobol programs
How to print 10 to 1 if the input have only 10 digit number?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What are the access modes of START statement?