MFPLI00132E "identifier-name" is declared as AUTOMATIC but is outside the scope of any PROCEDURE. It has been changed to STATIC. If no previous errors
were diagnosed, contact Micro Focus Support Line.
Variables declared in a PACKAGE but outside the scope of any PROCEDURE cannot be AUTOMATIC.
Resolution:
Change the storage class of "identifier-name" to STATIC, BASED or CONTROLLED.