What is the Importance of GLOBAL clause According to new
standards of COBOL?
Answer Posted / 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 View All Answers
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
State the various causes of s0c1, s0c5 and s0c7.
What is difference between static and dynamic call in cobol?
How do you get the data to code the BMS macro?
What rules are followed by the search verb.
HOw can I get the negative sign while deduct high value from low value
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Give some examples of command terminators?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
How do you differentiate between cobol and cobol-ii?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
Write a program to explain size error.