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 is ASKTIME, SUSPEND
How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.
Hai friends why we need to read a file before re-write a record?
How to read records which is in sequential file in reverse order ? Exp. 1 2 3 4 5 . i want 5 4 3 2 1?please clear my doubt any one
Can a Search can be done on a table with or without Index?
Which of the following EDITind and PICTURE symbols is to be used if a minus(-) is to appear before the value if the value is -ve and a plus(+) is to appear before the value if the value is +ve? (a) + (b) - (c) + OR (d) It is not possible
Whtz the specialty of 77 level number ?
What is XDC ?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records...
2 Answers ITC Indian Tobacco Company, PNP, TCS,
how to crack cts interview apps? NOVEMBER 21 2010
What is the mode in which you will OPEN a file for writing?
If i initialize the 01 level variable in array, will it initialize all the array elements (occurs)?