What is the difference between static call & Dynamic call?

Answer Posted / ms. stanley

When the Subprogram (Subroutine) Name is specified at
Run-time its called as Dynamic Call.
When the Subprogram (Subroutine) Name is pre-defined, its
called as a static call.

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is amode(31)

917


how do you reference the printer file formats from cobol programs

907


How do we get current date from system with century in COBOL?

1073


What are the access modes of START statement?

943


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

5092


How arrays can be defined in COBOL?

844


What is the problem of ordered sequential files access?

919


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

860


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

965


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

914


What is length is cobol?

868


How to use the same COBOL program in Batch and CICS on lines? explain with an example

2115


Which division and paragraphs are mandatory for a COBOL program?

933


Explain how to differentiate call by context by comparing it to other calls?

918


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1357