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 you can characterize tables in cobol?
how do you define single dimensional array and multidimensional array in your cobol?
How do we get current date from system with century in COBOL?
What is report-item in COBOL?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is a scope terminator give example?
Write the code to count the sum of n natural numbers.
Explain how to differentiate call by context by comparing it to other calls?
example for sub strings ? and refernce modifications whit output pls
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is the local-storage section?
A table has two indexes defined. Which one will be used by the SEARCH?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps