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 |
where did you see the information regarding abend codes in jcl?
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.
how to submit a jcl by cobol program. clear me with an example.
What is comp-1 and comp-2?
If i initialize the 01 level variable in array, will it initialize all the array elements (occurs)?
What is the difference between perform … with test after and perform … with test before?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What is the difference between CONTINUE & NEXT SENTENCE ?
What guidelines should be followed to write a structured Cobol program?
how to convert the recors form vsam file to db2 table tru file aid
how we can reverse the string in the cobol for example satheesh can be reveresed as hseehtas
What is the difference between structured cobol programming and object alternativelyiented cobol programming?