

{    The purpose of this module is to provide a global save area for the
{    RHFAM/VE Configuration Utility.  A storage area is created at the start
{    of the INSTALL_RHFAM_CONFIGURATION or VERIFY_RHFAM_CONFIGURATION
{    sub_utility and is released when the sub-utility is terminated.
{    The save area is maintained in the task private section.  The code is
{    constructed such that only one INSRC or one VERRC can be active at any
{    instant within a single task.  This is to prevent ambiguous user results,
{    which could result from allowing the user to have nested INSRC/VERRC
{    commands.
{
{    The code also special cases an INSRC request.  A mainframe global lock is
{    set to inhibit multiple INSRC requests from executing simultaneously
{    within the system.
{
{    NOTE:
{         This module is used because user ring code that is bound into
{         the system cannot have global variables.  The configuration
{         utility is run at the user ring level for security purposes.
