Home
About Us
Contact Us
Bookmark
Saved Bookmarks
Current Affairs
General Knowledge
Chemical Engineering
UPSEE
BSNL
ISRO
BITSAT
Amazon
ORACLE
Verbal Ability
→
Programming
→
ASP Dot net Interview Questions in Programming
→
What is the difference between external and global...
1.
What is the difference between external and global variables in COBOL?
Answer»
Global Variable
External Variable
It is a
TYPE
of variable which is available throughout the program.
Also available throughout the program, it is declared but not
ALLOCATED
any memory space.
It is applicable only when
SHARING
data
AMONG
nested programs via the ANSI85 dialect.
It is used to access globally declared data, including data declared using EXTERNAL or by other COBOL programs.
This specifies that a data-name is available for every program being
CONTAINED
within the program that declares it.
Here, any external data item can be referenced via any program inside the run unit describing the data item.
Show Answer
Discussion
No Comment Found
Post Comment
Related InterviewSolutions
What are the differences between OS VS COBOL and VS COBOL II?
How do I resolve the SOC7 error?
What is the difference between continue and next sentence in COBOL?
What is a scope terminator?
What is the difference between performing a SECTION and a PARAGRAPH?
What is the difference between external and global variables in COBOL?
What is the procedure division in COBOL?
What is ssrange and nossrange in COBOL?
What are the different rules to perform a search in COBOL?
What is the difference between binary search and sequential search in COBOL?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply
Your experience on this site will be improved by allowing cookies. Read
Cookie Policy
Reject
Allow cookies