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 / vijay korde

b

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to refer the data field?

1802


What guidelines should be followed to write a structured cobol prgm?

668


what are decleratives in cobol?

1827


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

8643


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.

1776






What is comp-1 and comp-2?

759


What is the difference between PIC 9.99 and PIC9v99?

774


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

1608


What are declaratives and what are their uses in cobol?

706


What is report-item in COBOL?

705


how do you reference the esds vsam file formats from cobol programs

627


What is perform what is varying?

701


what is search and searchall?what is the diffrence between them?give an best example?

5540


how do you reference the ksds vsam file formats from cobol programs

662


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

2105