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


Please Help Members By Posting Answers For Below Questions

2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2113


What is Pic 9v99 Indicates in COBOL?

726


which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad

1023


Why is it necessary that file needs to be opened in I-O mode for REWRITE?

748


Explain the configuration section of a cobol program with examples of syntax.

659






Which mode is used to operate the sequential file?

667


When is inspect verb is used in cobol?

674


) what is the difference between AID and HANDLE AID?

1635


What type of SDLC u followed? Why?

1520


Are you comfortable in cobol or jcl?

643


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

996


i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc

2105


what are decleratives in cobol?

1827


A table has two indexes defined. Which one will be used by the SEARCH?

757


What is the difference between structured cobol programming and object alternativelyiented cobol programming?

709