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
What is rmode(24)
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Write down the divisions of cobol program?
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?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is the difference between Call and a Link?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What is difference between static and dynamic call in cobol?
what is search and searchall?what is the diffrence between them?give an best example?
How do define dynamic array in cobol.
What is the difference between goback, stop run and exit program in cobol?
What are the cobol coding sheets?
how do you reference the fixed unblock file formats from cobol programs
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?