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 / jyoti prakash
Ans is D and this 100% proof i have tested
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the rules of the move verb?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
What is length is cobol?
Write the code to count the sum of n natural numbers.
What are different data types in cobol?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is rmode(any) ?
What is the compute verb? How is it used?
Write the code implementing the perform … varying.
How are the next sentence and continue different from each other?
how to refer the data field?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Which division and paragraphs are mandatory for a COBOL program?
how do you reference the fixed unblock file formats from cobol programs