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
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Describe the cobol database components?
Explain how you can characterize tables in cobol?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
) what is the difference between AID and HANDLE AID?
How do you reference the fixed block file formats from cobol programs
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What is the difference between Call and a Link?
What are the pertinent COBOL
What is the default value(s) for an initialize and what keyword allows for an override of the default?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
How to know whether the module is dynamical or statistical?
How can you get the ksds file records into your cobol program?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?