When using the ENTRY statement in COBOL, variables declared in the called program have a _____ scope.

  • COMMON
  • GLOBAL
  • LOCAL
  • SHARED
When using the ENTRY statement in COBOL, variables declared in the called program have a LOCAL scope. This means that they are local to the called program and are not accessible from the calling program or other programs.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *