What is CALL statement in COBOL?

Answer Posted / siri

CALL:-CALL statement is used to execute the SUB program from the MAIN program.....
EX:-CALL 'SUB1' USING BY REFERENCE WS-VAR1
BY CONTENT WS-VAR1
BY REFERENCE IS DEAFAULT ITS NO NEED TO CODE...BY CONTENT IS NEED TO CODE IT IS PASS THE LENGTH OF THE DATA ITEM TO THE CALLED PROGRAM....

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between Global and External Variables?

927


How to remove 2 duplicate records and copy only one using job control language?

968


) How do u handle errors in BMS macro?

1624


explain sorting techniques in cobol program?

895


How you can characterize tables in cobol?

924


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

947


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

970


Define cobol?

1073


How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?

938


What are the different rules of SORT operation?

901


i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc

2322


Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.

1886


What are various search techniques in cobol? Explain.

871


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

904


Have you used comp and comp-3 in your project? And how?

2209