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 / vinay sonar
NO NEED TO USE CANCLE EVERY TIE.WHEN SUBPROGRAM IS CALLED IT IS ALWAYS IN ITS INITIAL STATE.THIS IS COBOL 85 FEATURE.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the difference between binary search and sequential search?
Name the divisions, which are available in a cobol program?
what are decleratives in cobol?
What is static and dynamic call in cobol?
how to refer the data field?
What is a report item?
What is the utilization of copybook in cobol?
How are the next sentence and continue different from each other?
Name the sections present in data division.
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How do we get current date from system with century in COBOL?
Explain how you can characterize tables in cobol?
how to move the records from file to array table. give with code example
Write the code to count the sum of n natural numbers.
Write a cobol program making use of the redefine clause.