BY seeing a program how can we say that it is static call
or dynamic call

Answer Posted / shikha

One can differnciate b/w a dynamic and static call by
looking at the load.
Incase of static call the load of the called module is also
included in the load of main program but in case of dynamic
call load of the called module would not be there in main
program load.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the default value(s) for an initialize and what keyword allows for an override of the default?

974


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 ......

11584


What is redefines clause in COBOL?

1067


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

956


Why would you use find and get rather than to obtain?

928


What do you understand by psb and acb?

870


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

2008


What guidelines should be followed to write a structured cobol prgm?

891


how can i see junk values in dclgen or in hostvariable of comp ?

2780


What is the local-storage section?

908


What is a report item?

927


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

992


what are decleratives in cobol?

2026


Describe the cobol database components?

931


How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?

2369