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
Write a program to explain size error.
How arrays can be defined in COBOL?
) how do u code after getting data?
Write a program that uses move corresponding.
What the difference is between continue and next sentence?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What is the difference between comp and comp-3 usage?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is a report item?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
what is the difference between COBOL2 AND COBOL390?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is the difference between Global and External Variables?
What are 77 levels used for?