What is the difference between static call & Dynamic call?

Answer Posted / seena s

Static call -> the subpgm gets linked to the mainprogram
during compilation .

Dyanic call-> subprogeam gets linked to mainprogram during
run-time (execution).
Menory is utilised effectively in a Dynamic call.

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

1657


What are various search techniques in cobol? Explain.

650


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

710


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10629


example for sub strings ? and refernce modifications whit output pls

1846






What is the Purpose of Pointer in the string?

643


I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue

1933


What is Pic 9v99 Indicates in COBOL?

729


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

932


EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?

2060


I have a File that has duplicate records. I need only those records that occur more than thrice.?

8658


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

720


How do you reference the fixed block file formats from cobol programs

708


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

691


How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

1947