Consider the following:

77 A PIC 9(10)
77 B PIC 9(10)
77 C PIC 9(19)

MULTIPLY AB BY B GIVING C

Which of the following is true ?

(a) The execution of the above may result in size error.
(b) The execution of the above will result in size error.
(c) The definition of C is invalid resulting in compilation
error.
(d) No error will be thee and the program would proceed
correctly.

Answer Posted / vel

a

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

650


What is the difference between comp and comp-3 usage?

681


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1616


Define static linking and dynamic linking.

669


Whats the difference between search & search ALL?

5270






How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?

702


What rules are followed by the search verb.

638


What is the difference between Call and a Link?

702


Write a program that uses move corresponding.

673


How do get the result of your program directly on your pc?

1885


what is amode(24), amode(31), rmode(24) and rmode(any)?

705


What are the pertinent COBOL commands?

2626


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

1000


INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?

425


What is redefines clause in COBOL?

851