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 is difference between static and dynamic call in cobol?

777


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1614


Differentiate between structured cobol programming and object-oriented cobol programming.

667


) How do u handle errors in BMS macro

1510


What is the difference between structured cobol programming and object alternativelyiented cobol programming?

709






i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com

1771


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

1846


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

718


what is amode(24), amode(31), rmode(24) and rmode(any)?

699


explain sorting techniques in cobol program?

688


How do you define a variable of comp-1 and comp-2?

701


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

708


I have a File that has duplicate records. I need only those records that occur more than thrice.?

8653


What are the pertinent COBOL commands?

2623


How arrays can be defined in COBOL?

663