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.
Answers were Sorted based on User's Feedback
Answer / guest
b) both call statements may produce different results
| Is This Answer Correct ? | 8 Yes | 0 No |
What do you feel makes a good program?
waht is inspect verb? where it can be in real time?
Name the sections present in data division.
What is the difference beetween Arrays and Tables in Cobol? please dont give the answer that arrays in cobol terminology is called tables......
Explain how you can characterize tables in cobol?
Whats the use of Examine command? can someone help me?
in the TIME parameter we r giving hours r minutes
Is it possible to mutliply a comp variable with an comp-3 variable. Will there be any error if i do it?
A s9(4). B v9(4) value 0.21 can i move this?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
study the following code 01 A1 05 B PIC 99 05 C PIC X(4) 01 A2 05 B PIC 99V99 05 C PIC A(4) pick out the valid statement from the following a.A1 and A2 can not have sub-ordinates b.A1 and A2 can have the same sub-ordinates but must have same PIC clause c.there is nothing wrong d.A1 and A2 can have same sub-ordinates provided they are not at 01 level
How is sign stored in a comp-3 field?