InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between External And Global Variables? |
|
Answer» GLOBAL variables are ACCESSIBLE only to the batch program WHEREAS external variables can be referenced from any batch program RESIDING in the same system library. Global variables are accessible only to the batch program whereas external variables can be referenced from any batch program residing in the same system library. |
|