
{*******************************************************************************
{*                                                                             *
{*   This module provides the code necessary to install the configuration      *
{*   file for the Remote Host Facility Access Method (RHFAM/VE).               *
{*   The installation is a four step process: the first two steps are          *
{*   done as the result of the user executing the INSTALL_CONFIGURATION        *
{*   directiv under MANAGE_REMOTE_NETWORK.  The last two are initiated         *
{*   by the operator command to activate RHFAM.                                *
{*                                                                             *
{*     1)  The configuration file is verified to make sure it contains         *
{*         a set of valid directives.                                          *
{*                                                                             *
{*     2)  The directives in SCL format are written to the file                *
{*         ($system.rhfam.configuration_cmd_file).                             *
{*                                                                             *
{*     3)  The configuration from the file                                     *
{*         $system.rhfam.configuration_cmd_file is reverified to               *
{*         make sure it contains a set of valid directives.                    *
{*                                                                             *
{*     4)  The SCL directive definitions are transformed into CYBIL            *
{*         definitions and moved to the file                                   *
{*         ($system.rhfam.configuration_file).                                 *
{*                                                                             *
{*   When the RHFAM/VE system task is activated it retrieves the highest cycle *
{*   of the configuration file and activates it.                               *
{*                                                                             *
{*   An additional capability provided by this module is to allow the user to  *
{*   specify that only the verify process be performed on the configuration    *
{*   directives.  This can be used to verify the integrity of the directives   *
{*   without installing the configuration file.                                *
{*                                                                             *
{*******************************************************************************
