{
{   This interface is used by a unit measured application to define the storage
{ area where it will place its "units".  Unit measurement is the measurement of
{ resources calculated by the application itself(e.g.  number of schematics
{ produced by a CAD program).
{
{       CLP$DEFINE_APPLIC_UNIT_ARRAY (APPLICATION_UNIT_ARRAY,
{         APPLICATION_UNIT_ARRAY_SIZE, APPLICATION_ADDRESS, STATUS);
{
{ APPLICATION_UNIT_ARRAY:  (input) Specifies a pointer to an array of integers
{        within the application that will contain the "units" for the
{        application.  The storage area for the array of integers MUST be
{        staticly allocated!  If it is not the array may not be accessable by
{        SCL when the application terminates.
{
{ APPLICATION_UNIT_ARRAY_SIZE:  (input) Specifies the number of integer
{        elements in the array specifed by the APPLICATION_UNIT_ARRAY
{        parameter.
{
{ APPLICATION_ADDRESS:  (input) Specifies PVA that points to executable code in
{        the application module.
{
{ STATUS: (output) Variable in which the completion status is returned.
{
{         CONDITIONS:  cle$cannot_access_unit_array
{                      cle$multiple_applic_unit_arrays
{                      pme$pva_not_in_any_module
