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 Pic 9v99 Indicates in COBOL?
When is inspect verb is used in cobol?
Write the code to count the sum of n natural numbers.
What the difference is between continue and next sentence?
What is the local-storage section?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
How can you get the ksds file records into your cobol program?
What is the difference between binary search and sequential search?
What is length is cobol?
how do you reference the variable unblock file formats from cobol programs
What are various search techniques in cobol? Explain.
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What is the difference between Global and External Variables?
what is the use of outrecord?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.