What is CALL statement in COBOL?

Answer Posted / santosh khot

Call Statement in cobol calls sub program from main program
by Content or by reference but default is by reference
syntex is

CALL program-name by Content/Reference by Var-1, Var-2.

Is This Answer Correct ?    31 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which mode is used to operate the sequential file?

930


What guidelines should be followed to write a structured cobol prgm?

867


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

5086


Give some examples of command terminators?

950


Can we redefine the field of x(200) to less than 200?

1104


What is the difference between next sentence and continue in cobol programing language?

955


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

2124


how do you reference the rrds file formats from cobol programs

1163


)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

1753


HOw can I get the negative sign while deduct high value from low value

2011


What are the different rules for performing sort operation?

969


Which is not true about evaluate statement

2101


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

11526


write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc

984


Write a program to enter and display the names of students in a class using the occurs clause.

931