What is CALL statement in COBOL?

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


Please Help Members By Posting Answers For Below Questions

What rules are to be followed while using the corresponding options?

829


) what is the difference between AID and HANDLE AID?

1883


What is the problem of ordered sequential files access?

906


What type of SDLC u followed? Why?

1720


Which is not true about evaluate statement

2091


what is s000 u4087 error? please give the all error codes in cobol,jcl.

17511


Why is it necessary that file needs to be opened in I-O mode for REWRITE?

985


What are literals?

855


How do get the result of your program directly on your pc?

2067


how do you define single dimensional array and multidimensional array in your cobol?

862


what is the use of outrecord?

1968


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

902


how do you reference the variable block file formats from cobol programs

926


What is the compute verb? How is it used?

850


What is the Purpose of POINTER Phrase in STRING command in COBOL?

962