What type of Call you would use if you don;t want the
control back to the calling program?
Answer Posted / balaji
Hi,
Please correct me if I am wrong..
I think u can give any call Static/Dynamic because these
CALL just tells how the calling program to be
invoked...during compile time or at the runtime...but if u
give Stop run in your called program it will automatically
give the control back to the OS and not to the calling
program unlike GOBACK which returns the control back to
calling pgm..
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is inspect in cobol ?
What is static and dynamic call in cobol?
Differentiate between structured cobol programming and object-oriented cobol programming.
example for sub strings ? and refernce modifications whit output pls
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Write the code implementing the perform … varying.
how do you reference the fixed unblock file formats from cobol programs
How do we get current date from system with century in COBOL?
What is the difference between external and global variables in COBOL?
Which mode is used to operate the sequential file?
Give some examples of command terminators?
What is the compute verb? How is it used?
Define cobol?
What is report-item in COBOL?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that