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


Please Help Members By Posting Answers For Below Questions

how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

1885


What are the different data types in cobol?

1044


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.

2236


Write a program to enter and display the names of students in a class using the occurs clause.

922


I have a File that has duplicate records. I need only those records that occur more than thrice.?

9238


What is the difference between a binary search and a sequential search what are the pertinent cobol?

928


How do define dynamic array in cobol.

857


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

860


Can you please let me know the centre name of INS certification in Kolkata.

1941


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)?

842


What is the difference between structured cobol programming and object alternativelyiented cobol?

992


Are you comfortable in cobol or jcl?

805


Explain how to differentiate call by context by comparing it to other calls?

903


How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

964


Write some characteristics of cobol as means of business language.

842