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 / shan
A.50
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
explain sorting techniques in cobol program?
how to convert the recors form vsam file to db2 table tru file aid
how do you reference the rrds file formats from cobol programs
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Can we change the password using ALTER? anyone tried and changed?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What are the different types of condition in cobol and write their forms.
What do you understand by psb and acb?
Give some examples of command terminators?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Why occurs cannot be used in 01 level in COBOL?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
Write some characteristics of cobol as means of business language.
how to refer the data field?