
{
{    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_CMD_FILE.  The file contains the SCL of the
{ configuration commands to be used by RHFAM/VE to create the configuration
{ tables.  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 in the input file specified by the user, 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_CMD_FILE is created and
{         opened for record access.  (sub-catalog RHFAM is created if
{         necessary).
{
{    4)   The information is written onto the configuration command file.
{
{
{ INSTALL_RHFAM_CONFIGURATION, INSRC(
{      input, i: file = $required
{      error, e: file = $errors
{      status: status = $optional)
{
{ input:  This parameter specifies the name of the file containing
{      the RHFAM configuration directives that will be installed.
{
{ 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.
{
