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
What is the default value(s) for an initialize and what keyword allows for an override of the default?
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 ......
What is redefines clause in COBOL?
how do you reference the fixed unblock file formats from cobol programs
Why would you use find and get rather than to obtain?
What do you understand by psb and acb?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What guidelines should be followed to write a structured cobol prgm?
how can i see junk values in dclgen or in hostvariable of comp ?
What is the local-storage section?
What is a report item?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
what are decleratives in cobol?
Describe the cobol database components?
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?