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 redefines clause in COBOL?
) How do u handle errors in BMS macro
What are literals?
Define cobol?
Name the divisions, which are available in a cobol program?
what happens if parmparameter passes zero bytes to the program
What are the access modes of START statement?
What is link edit in cobol?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What are the different data types in cobol?
Explain how to differentiate call by context by comparing it to other calls?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
Write a program to explain size error.
What is the difference between next sentence and continue in cobol programing language?
What guidelines should be followed to write a structured cobol prgm?