InterviewSolution
Saved Bookmarks
| 1. |
How are global and external variables different from each other? |
|
Answer» GLOBAL VARIABLES are those variables that are AVAILABLE only to batch programs WHEREAS external variables are those variables that are accessible by any batch programs in the same SYSTEM library. |
|