The AVAILABLE statement (AVAIL)
An AVAILABLE statement has the same syntax as, and acts like, a GLOBAL statement, except that variables so declared are only available to internally-compiled procedures. (Access to these variables is still requested through an EXTERNAL statement.)
Thus, an AVAILABLE statement need not create a symbol reference for the loader to resolve.