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 to convert the recors form vsam file to db2 table tru file aid
Explain how you can characterize tables in cobol?
What is a scope terminator give example?
Why would you use find and get rather than to obtain?
What are declaratives and what are their uses in cobol?
What the difference is between continue and next sentence?
Explain the configuration section of a cobol program with examples of syntax.
What are various search techniques in cobol? Explain.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
how do you reference the printer file formats from cobol programs
what happens if parmparameter passes zero bytes to the program
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What are the cobol coding sheets?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?