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
In COBOL programming, what is PERFORM? What is VARYING?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
Explain how to differentiate call by context by comparing it to other calls?
how to refer the data field?
Discuss about changing dataset name in proc.
What are the pertinent COBOL commands?
What is amode(31)
Explain how you can characterize tables in cobol?
How do you differentiate between cobol and cobol-ii?
what is difference between cobol and cobol/400
Whats the difference between search & search ALL?
What is comp-1 and comp-2?
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.
What is the difference between comp and comp-3 usage?
what is the use of outrecord?