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 / adarsha
The DYNAMIC call has to have 2 load modules separately.
Hence the called module is always in the INITIAL state, you
need not to INITIALIZE or CANCEL.
For STATIC CALL above said things are other way around !
Hope I answered ... lem me know if you have any qustns
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the difference between perform … with test after and perform … with test before?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
how to access the file from prodution from changeman tool and to submit a file to production
Name the divisions, which are available in a cobol program?
Whats the difference between search & search ALL?
) what is the difference between AID and HANDLE AID?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What are 77 levels used for?
How do u write test cases?
How to print 10 to 1 if the input have only 10 digit number?
how do you define single dimensional array and multidimensional array in your cobol?
How do you differentiate between cobol and cobol-ii?
Explain the configuration section of a cobol program with examples of syntax.
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?