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 / jyotiprakash8
a is write ans
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is amode(24)?
Write the code to count the sum of n natural numbers.
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What are the different data types in cobol?
how to access the file from prodution from changeman tool and to submit a file to production
What is Pic 9v99 Indicates in COBOL?
Define cobol?
How you can read the file from bottom?
For rewrite, why is it mandatory that file needs to be opened?
What type of SDLC u followed? Why?
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)?
how do you define single dimensional array and multidimensional array in your cobol?
What are the different open modes available in cobol?
What the difference is between continue and next sentence?
What is the default value(s) for an initialize and what keyword allows for an override of the default?