What is the Importance of GLOBAL clause According to new
standards of COBOL?

Answers were Sorted based on User's Feedback



What is the Importance of GLOBAL clause According to new standards of COBOL?..

Answer / ms. stanley

A variable delared as GLOBAL can be used by all its
including and included programs. (By all the subprograms and
the main programs)

Is This Answer Correct ?    7 Yes 2 No

What is the Importance of GLOBAL clause According to new standards of COBOL?..

Answer / maveric

When any data name, file name, condition name or index defined in an including program can be referenced by a directly or indirectly in an included program, provided the said name has been declared to be a global name by GLOBAL.
Format of global clause is 01 DATA-1 PIC 9(05) IS GLOBAL

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

How To Separate The Numerics From An Alphanumric Data Item Which Contains Both Alphabates And Numerics ?

4 Answers  


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

0 Answers  


Why we are using comp and comp-3 in real time projects?

4 Answers   IBM,


What is COMP-1? COMP-2?

4 Answers   CitiGroup,


I have 2 dimensional array with having 100 elements. So how to find the 11th item in an array?

6 Answers   IBM,






System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

0 Answers   Amdocs,


what is the difference between COBOL2 AND COBOL390?

0 Answers   L&T,


How can we increase the size of an existing PDS to include more no. of modules.

3 Answers  


What is diff between vsam and db2?what is advantage of db2 over vsam?which is best suited one?

1 Answers   Fidelity,


Differentiate COBOL and COBOL-II?

0 Answers  


Explain how to differentiate call by context by comparing it to other calls?

0 Answers  


Which of the following EDITind and PICTURE symbols is to be used if a minus(-) is to appear before the value if the value is -ve and a plus(+) is to appear before the value if the value is +ve? (a) + (b) - (c) + OR (d) It is not possible

7 Answers   TCS,


Categories