given the following piece of code:
CALL SUB-PGM USING A, B, C.
CALL SUB-PGM USING A, C, C.
(a) Both CALL statements will always produce same result.
(d) Both CALL statements may produce different result.
(c) Compile-time error because SUB-PGM is a dataname.
(d) Compile-time error because A, B, C are used twice.

Answer Posted / guest

b) both call statements may produce different results

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is Pic 9v99 Indicates in COBOL?

729


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2122


Write a program that uses move corresponding.

673


How do you reference the fixed block file formats from cobol programs

709


What is cobol?

749






) how do u code after getting data?

1582


how do you reference the rrds file formats from cobol programs

802


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

720


i need a small 3d program using inline and outline.

1640


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

780


What is the use of intialize verb?

751


Write some characteristics of cobol as means of business language.

621


Whats the difference between search & search ALL?

5270


Differentiate between structured cobol programming and object-oriented cobol programming.

669


How do u write test cases?

1640