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
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What the difference is between continue and next sentence?
What is static and dynamic call in cobol?
How to remove 2 duplicate records and copy only one using job control language?
how do you reference the esds vsam file formats from cobol programs
What are the rules of the move verb?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
how do you reference the variable unblock file formats from cobol programs
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Write down the divisions of cobol program?
how can i see junk values in dclgen or in hostvariable of comp ?
How do you get the data to code the BMS macro?
I have a File that has duplicate records. I need only those records that occur more than thrice.?