TypeCobol
TypeCobol copied to clipboard
Shared visibility
Description
shared
: Visible on a specified root namespace and its children
Can be used on :
- Type (declared in a program, nested, stacked or in a procedure)
- A type declared shared in a procedure of a nested program will be visible in the main program and programs declared in the root namespace
- Procedure
To be completed