Is it possible to mutliply a comp variable with an comp-3
variable. Will there be any error if i do it?
Answer Posted / raja
It should give S0C7. Data Exception.
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
What is a SSRANGE and NOSSRANGE?
Write the code to count the sum of n natural numbers.
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
Difference between cobol and cobol-ii?
How do you define a variable of comp-1 and comp-2?
How can you get the ksds file records into your cobol program?
i need a small 3d program using inline and outline.
what is s000 u4087 error? please give the all error codes in cobol,jcl.
how do you reference the rrds file formats from cobol programs
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What is Pic 9v99 Indicates in COBOL?
Write a program to enter and display the names of students in a class using the occurs clause.
What is the LINKAGE SECTION used in COBOL?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
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?