What is the Importance of GLOBAL clause According to new
standards of COBOL?
Answer Posted / 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 |
Post New Answer View All Answers
how do you reference the fixed unblock file formats from cobol programs
What is the default value(s) for an initialize and what keyword allows for an override of the default?
How to know whether the module is dynamical or statistical?
Name some of the examples of COBOl 11?
) how do u code after getting data?
Which division and paragraphs are mandatory for a COBOL program?
) How do u handle errors in BMS macro
What is the difference between Call and a Link?
How do you reference the following file formats from cobol programs?
Define cobol?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
How do you reference the fixed block file formats from cobol programs
What are various search techniques in cobol? Explain.
What guidelines should be followed to write a structured cobol prgm?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?