InterviewSolution
Saved Bookmarks
| 1. |
What Is The Importance Of Global Clause According To New Standards Of Cobol? |
|
Answer» When any DATA name, file-name, Record-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 is01 data-1 pic 9(5) IS GLOBAL. When any data name, file-name, Record-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 is01 data-1 pic 9(5) IS GLOBAL. |
|