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

State the various causes of s0c1, s0c5 and s0c7.

661


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

2730


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

2105


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

721


When is inspect verb is used in cobol?

673






What are the various section in data division and briefly explain them.

698


Why did you choose to work with ibm mainframe cobol programming?

631


What is the use of intialize verb?

748


What is a scope terminator give example?

657


example for sub strings ? and refernce modifications whit output pls

1846


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

996


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

2008


What is the usage of comp fields in cobol?

658


How do you reference the fixed block file formats from cobol programs

703


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

1614