Please let me know at which Scenarios we will go for STATIC
call or DYNAMIC

Answer Posted / gopikrishna

Dynamic calls are used when subprogram is called frequently.
===>
As far as i know, when submprogram is small it is better to
make static calls

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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.

1119


Explain how you can characterize tables in cobol?

640


Write a program to explain size error.

677


How many bytes S(8) comp field occupy and its maximum value?

1634


What is Pic 9v99 Indicates in COBOL?

729






what is difference between cobol and cobol/400

21570


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

5695


i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com

1773


What is difference between static and dynamic call in cobol?

779


how to refer the data field?

1812


i want a program using by if, evaluate , string, unstring, perform, occurs?

4065


What is the difference between goback, stop run and exit program in cobol?

932


Write the code to count the sum of n natural numbers.

703


What is the difference between external and global variables in COBOL?

815


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

2122