{
{    The purpose of this sub_command is to install a new RHFAM
{ configuration file.  This request will create a new cycle of the file
{ $SYSTEM.RHFAM.CONFIGURATION_FILE.  The file contains the configuration
{ tables used by RHFAM/VE to access remote hosts via the Loosely Coupled Network
{ (LCN).  This request is a subcommand of the MANAGE_RHFAM_NETWORK utility
{ and can be called by any user that has network operator capabilities or
{ by the system job.
{
{ NOTE - the user must not only be validated to execute
{ the MANRN, but must also be validated to create files under the
{ $SYSTEM.RHFAM catalog.
{
{    The install process is performed as follows:
{
{    1)   The verify process is used to validate that the configuration
{         directives, which are from the file created by the
{         INSTALL_RHFAM_CONFIGURATION, are valid.
{
{    2)   If any errors were detected, the install procedure is terminated
{         at this point with an abnormal status.
{
{    3)   The next cycle of $SYSTEM.RHFAM.CONFIGURATION_FILE is created and
{         opened for segment access.  (sub-catalog RHFAM is created if
{         necessary).
{
{    4)   The information is transformed from the configuration directives
{         and placed into the configuration file.
{
{
{ INSTALL_RHFAM_CONFIGURATION_BIN, INSRCB(
{      error, e: file = $errors
{      status: status = $optional)
{
{ error:  This parameter specifies the name of the file to which
{      descriptions of all errors, detected by this subcommand, are
{      written.
{
{ status:  This parameter returns the results of the subcommand.
{

