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 / naveen
Why not C?
Can we have the reason for the above answer?
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What are the different data types in cobol?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
Write a program to enter and display the names of students in a class using the occurs clause.
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
How do define dynamic array in cobol.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Can you please let me know the centre name of INS certification in Kolkata.
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)?
What is the difference between structured cobol programming and object alternativelyiented cobol?
Are you comfortable in cobol or jcl?
Explain how to differentiate call by context by comparing it to other calls?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Write some characteristics of cobol as means of business language.