Interview Questions

What is the difference between external and global variables?

COBOL Interview Questions


(Continued from previous question...)

What is the difference between external and global variables?

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.

(Continued on next question...)

Other Interview Questions