What is CALL statement in COBOL?

Answer Posted / jey

IN COBOL, Call Statement calls sub program from main program
by Content or by reference.

syntax is :

CALL subroutine name

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1973


Can you please let me know the centre name of INS certification in Kolkata.

1938


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

913


What is rmode(24)

895


What the difference is between continue and next sentence?

866


i need a small 3d program using inline and outline.

1880


how do you reference the fixed unblock file formats from cobol programs

916


What are all the divisions of a COBOL program?

879


How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

873


) how do u code after getting data?

1784


how to convert the recors form vsam file to db2 table tru file aid

2979


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

8661


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1346


Can a Search can be done on a table with or without Index?

1039


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

1998