Which of the following describes when a program is NOT FETCHABLE?
Answer(s)
- - When the main program need not be recompiled to reflect the changes made in the calledprogram
- - When the called program will be loaded from the library at execution time
- - When the called program is part of the main program in the load module
- - When two main programs referring to the called program at the same time cannot havedifferent versions of the called program
Correct Answer
- When the called program is part of the main program in the load module