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
In COBOL, what is the different between index and subscript?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
i need a small 3d program using inline and outline.
how do you reference the rrds file formats from cobol programs
What the difference is between continue and next sentence?
Why occurs cannot be used in 01 level in COBOL?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
State the various causes of s0c1, s0c5 and s0c7.
What are the pertinent COBOL commands?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What is Pic 9v99 Indicates in COBOL?
What are literals?
What is the difference between comp and comp-3 usage?
What are the various section in data division and briefly explain them.
What is amode(24)?