where do we use dyanamic call ?
and where do we use static call pls give any example pls ?

Answer Posted / shiva

if tere r n-subprograms in a program..we use dynamoc call
since no need of compiling main program everytime as sub
programs are modofied...

any way interms of proceesing static is only one best

Is This Answer Correct ?    2 Yes 0 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.

1103


Write a program to enter and display the names of students in a class using the occurs clause.

640


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

694


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

702


what are decleratives in cobol?

1816






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

731


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

6779


how do you define single dimensional array and multidimensional array in your cobol?

661


What are the different rules of SORT operation?

689


What is the utilization of copybook in cobol?

646


What are the rules of the move verb?

691


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

392


What is Pic 9v99 Indicates in COBOL?

709


Can a Search can be done on a table with or without Index?

794


) what is the difference between AID and HANDLE AID?

1624