Under which scenario you would go for a static call as
opposed to dynamic call?

Answer Posted / shailesh_do

Again I believe there is performance factor involved apart
from compilation overhead for static calls.
Performance wise static call stands better than dynamic
calls as load need not to be linked at every execution for
static calling.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is Pic 9v99 Indicates in COBOL?

729


Which is not true about evaluate statement

1586


What is the utilization of copybook in cobol?

657


how do you reference the variable block file formats from cobol programs

688


What is inspect in cobol ?

804






1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?

5379


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1588


How did the release of cobol/370 version 1.3 improve the performance of release 1.1?

645


How can you get the ksds file records into your cobol program?

644


Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.

2058


how do you reference the printer file formats from cobol programs

665


What are literals?

632


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.

1117


Give some examples of command terminators?

759


What is static and dynamic call in cobol?

597