Answer Posted / jack
Call Statement in cobol calls sub program from main program
by Content or by reference but default is by reference
eg.
CALL "sub-prog".
CALL "sub-prg" using var-1, var-2.
CALL program-name using var-1, var-2.
Is This Answer Correct ? | 19 Yes | 3 No |
Post New Answer View All Answers
What rules are to be followed while using the corresponding options?
) what is the difference between AID and HANDLE AID?
What is the problem of ordered sequential files access?
What type of SDLC u followed? Why?
Which is not true about evaluate statement
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What are literals?
How do get the result of your program directly on your pc?
how do you define single dimensional array and multidimensional array in your cobol?
what is the use of outrecord?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
how do you reference the variable block file formats from cobol programs
What is the compute verb? How is it used?
What is the Purpose of POINTER Phrase in STRING command in COBOL?