This library has a lot of routines that are internal routines of a main routine. The variables of the main routine are in the scope of each of the internal routines and should not be declared again. This eliminates a lot of "USE" statements.
From a user perspective, the documentation for the main routine is of prime importance. Other documentation describes the internal workings of main procedure.
Changing to this format does not affect that application programs.
This library has a lot of routines that are internal routines of a main routine. The variables of the main routine are in the scope of each of the internal routines and should not be declared again. This eliminates a lot of "USE" statements.
From a user perspective, the documentation for the main routine is of prime importance. Other documentation describes the internal workings of main procedure.
Changing to this format does not affect that application programs.