Consider the following code:

77 A PIC 99V99 VALUE 55.35
77 B PIC 99V999 VALUE 32.754

ADD B TO A ON SIZE ERROR DISPLAY "ERROR!!!"

What will be the result ?
(a) A=88.10, B=32.754
(b) A=87.00 B=32.754
(c) A=87.10 B=32.754
(d) ERROR!!! will be DISPLAYed on the screen.

Answer Posted / vel

D

Is This Answer Correct ?    3 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

) how do u code after getting data?

1578


What is the local-storage section?

681


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

1927


If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly

2656


how do you reference the printer file formats from cobol programs

653






)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

1520


What is the use of intialize verb?

742


please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

1951


Why occurs cannot be used in 01 level in COBOL?

711


What are the pertinent COBOL

2041


What is the Purpose of Pointer in the string?

640


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?

1228


What are the cobol coding sheets?

658


What is an in line perform? When would you use it? Anything else you wish to say about it.

641


Name the sections present in data division.

697