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 are the different rules of SORT operation?
In which area will you utilize 88 level items in cobol?
Are you comfortable in cobol or jcl?
how do you reference the variable block file formats from cobol programs
Write a program to explain size error.
Can you please let me know the centre name of INS certification in Kolkata.
Difference between array and sub-script ?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
Name the sections present in data division.
Which division and paragraphs are mandatory for a COBOL program?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What are various search techniques in cobol? Explain.
what is the use of outrecord?
What is the LINKAGE SECTION used in COBOL?