consider the following piece of code
01 GROUP-ITEM
05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50
05 AMOUNT-2 PIC 9(4)V99 USAGE COMP
MOVE ZERO TO GROUP-ITEM
ADD 50 TO AMOUNT-1
what will be the content of AMOUNT-1?
a.50
b.100
c.0
d.unpredictable

Answer Posted / ashok

i have tried it, the answer is D unpredictable

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do we get current date from system with century in COBOL?

758


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

648


How do you reference the following file formats from cobol programs?

670


Define cobol?

835


Write a program to explain size error.

651






What is the usage of comp fields in cobol?

631


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1591


What is static and dynamic call in cobol?

568


How can you get the ksds file records into your cobol program?

623


What is length is cobol?

628


In COBOL, what is the different between index and subscript?

732


What are literals?

605


What are the pertinent COBOL

2015


What is the difference between Call and a Link?

672


Explain what you understand by passing by value.

661