In COBOL CALL-CALLING,if a program A is calling 3 sub-
programs, dynamically, then it is said sub-programs will
always will always in Initial Mode. My question is : Do we
need to code CANCEL or (IS INITIAL) for dynamically called
sub-programs or it is the property of Dynamically called
pgms so every time sub-pgms are called they will be in initial
mode. ***This question is only Dynamic call****,
Please reply. Thank you in advance.
Answer Posted / kingmanish
The dynamically called program is loaded once a call is
made to it dynamically by a calling program.
The program is initialised only when it is called for the
first time and remains in memory till the end of calling
program.
After the first call from second call onwards the called
program should be initialised.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between comp and comp-3?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Write down the divisions of cobol program?
what is amode(24), amode(31), rmode(24) and rmode(any)?
Can you please let me know the centre name of INS certification in Kolkata.
What type of SDLC u followed? Why?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
In which area will you utilize 88 level items in cobol?
What is the utilization of copybook in cobol?
For rewrite, why is it mandatory that file needs to be opened?
What is cobol?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
how do you reference the esds vsam file formats from cobol programs
What are the pertinent COBOL
explain sorting techniques in cobol program?