
{ table manrn_command_list t=c sn=oss$job_paged_literal s=local
{ command (activate_rhfam_client, actrc) activate_rhfam_client cm=local
{ command (activate_rhfam_server, actrs) activate_rhfam_server cm=local
{ command (change_host_state, chahs) change_host_state cm=local
{ command (change_lid_state, chals) change_lid_state cm=local
{ command (change_nad_state, chans) change_nad_state cm=local
{ command (change_trunk_state, chats) change_trunk_state cm=local
{ command (deactivate_rhfam_client, dearc) deactivate_rhfam_client cm=local
{ command (deactivate_rhfam_server, dears) deactivate_rhfam_server cm=local
{ command (define_rhfam_client, defrc) define_rhfam_client cm=local
{ command (define_rhfam_server, defrs) define_rhfam_server cm=local
{ command (delete_rhfam_client, delrc) delete_rhfam_client cm=local
{ command (delete_rhfam_server, delrs) delete_rhfam_server cm=local
{ command (display_active_applications, display_active_application, display_active_appl, disaa)          ..
{   display_active_appl cm=local
{ command (display_logical_identifiers, display_logical_identifier, disli)   display_logical_identifier    ..
{            cm=local
{ command (display_nad_status, disns) display_nad_status cm=local
{ command (display_physical_paths, display_physical_path, dispp)   display_physical_path cm=local
{ command (display_rhfam_clients, display_rhfam_client, disrc)   display_rhfam_clients cm=local
{ command (display_rhfam_servers, display_rhfam_server, disrs)   display_rhfam_servers cm=local
{ command (display_trunk_status, dists) display_trunk_status cm=local
{ command (format_nad_dump, fornd) format_nad_dump cm=local
{ command (install_rhfam_configuration, insrc)   rfp$install_rhfam_configuration cm=xref
{ command (install_rhfam_config_bin, insrcb)   rfp$install_rhf_config_bin cm=xref a=hidden
{ command (test_local_nad, tesln) test_local_nad cm=local
{ command (verify_rhfam_configuration, verrc)   rfp$verify_rhfam_configuration cm=xref
{ command (quit, qui) quit cm=local
{ tablend

?? PUSH (LISTEXT := ON) ??

VAR
  manrn_command_list: [STATIC, READ, oss$job_paged_literal] ^clt$command_table := ^manrn_command_list_entries,

  manrn_command_list_entries: [STATIC, READ, oss$job_paged_literal] array [1 .. 56] of
      clt$command_table_entry := [
  {} ['ACTIVATE_RHFAM_CLIENT          ', clc$nominal_entry, clc$normal_usage_entry, 1,
        clc$automatically_log, clc$linked_call, ^activate_rhfam_client],
  {} ['ACTIVATE_RHFAM_SERVER          ', clc$nominal_entry, clc$normal_usage_entry, 2,
        clc$automatically_log, clc$linked_call, ^activate_rhfam_server],
  {} ['ACTRC                          ', clc$abbreviation_entry, clc$normal_usage_entry, 1,
        clc$automatically_log, clc$linked_call, ^activate_rhfam_client],
  {} ['ACTRS                          ', clc$abbreviation_entry, clc$normal_usage_entry, 2,
        clc$automatically_log, clc$linked_call, ^activate_rhfam_server],
  {} ['CHAHS                          ', clc$abbreviation_entry, clc$normal_usage_entry, 3,
        clc$automatically_log, clc$linked_call, ^change_host_state],
  {} ['CHALS                          ', clc$abbreviation_entry, clc$normal_usage_entry, 4,
        clc$automatically_log, clc$linked_call, ^change_lid_state],
  {} ['CHANGE_HOST_STATE              ', clc$nominal_entry, clc$normal_usage_entry, 3,
        clc$automatically_log, clc$linked_call, ^change_host_state],
  {} ['CHANGE_LID_STATE               ', clc$nominal_entry, clc$normal_usage_entry, 4,
        clc$automatically_log, clc$linked_call, ^change_lid_state],
  {} ['CHANGE_NAD_STATE               ', clc$nominal_entry, clc$normal_usage_entry, 5,
        clc$automatically_log, clc$linked_call, ^change_nad_state],
  {} ['CHANGE_TRUNK_STATE             ', clc$nominal_entry, clc$normal_usage_entry, 6,
        clc$automatically_log, clc$linked_call, ^change_trunk_state],
  {} ['CHANS                          ', clc$abbreviation_entry, clc$normal_usage_entry, 5,
        clc$automatically_log, clc$linked_call, ^change_nad_state],
  {} ['CHATS                          ', clc$abbreviation_entry, clc$normal_usage_entry, 6,
        clc$automatically_log, clc$linked_call, ^change_trunk_state],
  {} ['DEACTIVATE_RHFAM_CLIENT        ', clc$nominal_entry, clc$normal_usage_entry, 7,
        clc$automatically_log, clc$linked_call, ^deactivate_rhfam_client],
  {} ['DEACTIVATE_RHFAM_SERVER        ', clc$nominal_entry, clc$normal_usage_entry, 8,
        clc$automatically_log, clc$linked_call, ^deactivate_rhfam_server],
  {} ['DEARC                          ', clc$abbreviation_entry, clc$normal_usage_entry, 7,
        clc$automatically_log, clc$linked_call, ^deactivate_rhfam_client],
  {} ['DEARS                          ', clc$abbreviation_entry, clc$normal_usage_entry, 8,
        clc$automatically_log, clc$linked_call, ^deactivate_rhfam_server],
  {} ['DEFINE_RHFAM_CLIENT            ', clc$nominal_entry, clc$normal_usage_entry, 9,
        clc$automatically_log, clc$linked_call, ^define_rhfam_client],
  {} ['DEFINE_RHFAM_SERVER            ', clc$nominal_entry, clc$normal_usage_entry, 10,
        clc$automatically_log, clc$linked_call, ^define_rhfam_server],
  {} ['DEFRC                          ', clc$abbreviation_entry, clc$normal_usage_entry, 9,
        clc$automatically_log, clc$linked_call, ^define_rhfam_client],
  {} ['DEFRS                          ', clc$abbreviation_entry, clc$normal_usage_entry, 10,
        clc$automatically_log, clc$linked_call, ^define_rhfam_server],
  {} ['DELETE_RHFAM_CLIENT            ', clc$nominal_entry, clc$normal_usage_entry, 11,
        clc$automatically_log, clc$linked_call, ^delete_rhfam_client],
  {} ['DELETE_RHFAM_SERVER            ', clc$nominal_entry, clc$normal_usage_entry, 12,
        clc$automatically_log, clc$linked_call, ^delete_rhfam_server],
  {} ['DELRC                          ', clc$abbreviation_entry, clc$normal_usage_entry, 11,
        clc$automatically_log, clc$linked_call, ^delete_rhfam_client],
  {} ['DELRS                          ', clc$abbreviation_entry, clc$normal_usage_entry, 12,
        clc$automatically_log, clc$linked_call, ^delete_rhfam_server],
  {} ['DISAA                          ', clc$abbreviation_entry, clc$normal_usage_entry, 13,
        clc$automatically_log, clc$linked_call, ^display_active_appl],
  {} ['DISLI                          ', clc$abbreviation_entry, clc$normal_usage_entry, 14,
        clc$automatically_log, clc$linked_call, ^display_logical_identifier],
  {} ['DISNS                          ', clc$abbreviation_entry, clc$normal_usage_entry, 15,
        clc$automatically_log, clc$linked_call, ^display_nad_status],
  {} ['DISPLAY_ACTIVE_APPL            ', clc$alias_entry, clc$normal_usage_entry, 13,
        clc$automatically_log, clc$linked_call, ^display_active_appl],
  {} ['DISPLAY_ACTIVE_APPLICATION     ', clc$alias_entry, clc$normal_usage_entry, 13,
        clc$automatically_log, clc$linked_call, ^display_active_appl],
  {} ['DISPLAY_ACTIVE_APPLICATIONS    ', clc$nominal_entry, clc$normal_usage_entry, 13,
        clc$automatically_log, clc$linked_call, ^display_active_appl],
  {} ['DISPLAY_LOGICAL_IDENTIFIER     ', clc$alias_entry, clc$normal_usage_entry, 14,
        clc$automatically_log, clc$linked_call, ^display_logical_identifier],
  {} ['DISPLAY_LOGICAL_IDENTIFIERS    ', clc$nominal_entry, clc$normal_usage_entry, 14,
        clc$automatically_log, clc$linked_call, ^display_logical_identifier],
  {} ['DISPLAY_NAD_STATUS             ', clc$nominal_entry, clc$normal_usage_entry, 15,
        clc$automatically_log, clc$linked_call, ^display_nad_status],
  {} ['DISPLAY_PHYSICAL_PATH          ', clc$alias_entry, clc$normal_usage_entry, 16,
        clc$automatically_log, clc$linked_call, ^display_physical_path],
  {} ['DISPLAY_PHYSICAL_PATHS         ', clc$nominal_entry, clc$normal_usage_entry, 16,
        clc$automatically_log, clc$linked_call, ^display_physical_path],
  {} ['DISPLAY_RHFAM_CLIENT           ', clc$alias_entry, clc$normal_usage_entry, 17,
        clc$automatically_log, clc$linked_call, ^display_rhfam_clients],
  {} ['DISPLAY_RHFAM_CLIENTS          ', clc$nominal_entry, clc$normal_usage_entry, 17,
        clc$automatically_log, clc$linked_call, ^display_rhfam_clients],
  {} ['DISPLAY_RHFAM_SERVER           ', clc$alias_entry, clc$normal_usage_entry, 18,
        clc$automatically_log, clc$linked_call, ^display_rhfam_servers],
  {} ['DISPLAY_RHFAM_SERVERS          ', clc$nominal_entry, clc$normal_usage_entry, 18,
        clc$automatically_log, clc$linked_call, ^display_rhfam_servers],
  {} ['DISPLAY_TRUNK_STATUS           ', clc$nominal_entry, clc$normal_usage_entry, 19,
        clc$automatically_log, clc$linked_call, ^display_trunk_status],
  {} ['DISPP                          ', clc$abbreviation_entry, clc$normal_usage_entry, 16,
        clc$automatically_log, clc$linked_call, ^display_physical_path],
  {} ['DISRC                          ', clc$abbreviation_entry, clc$normal_usage_entry, 17,
        clc$automatically_log, clc$linked_call, ^display_rhfam_clients],
  {} ['DISRS                          ', clc$abbreviation_entry, clc$normal_usage_entry, 18,
        clc$automatically_log, clc$linked_call, ^display_rhfam_servers],
  {} ['DISTS                          ', clc$abbreviation_entry, clc$normal_usage_entry, 19,
        clc$automatically_log, clc$linked_call, ^display_trunk_status],
  {} ['FORMAT_NAD_DUMP                ', clc$nominal_entry, clc$normal_usage_entry, 20,
        clc$automatically_log, clc$linked_call, ^format_nad_dump],
  {} ['FORND                          ', clc$abbreviation_entry, clc$normal_usage_entry, 20,
        clc$automatically_log, clc$linked_call, ^format_nad_dump],
  {} ['INSRC                          ', clc$abbreviation_entry, clc$normal_usage_entry, 21,
        clc$automatically_log, clc$linked_call, ^rfp$install_rhfam_configuration],
  {} ['INSRCB                         ', clc$abbreviation_entry, clc$hidden_entry, 22,
        clc$automatically_log, clc$linked_call, ^rfp$install_rhf_config_bin],
  {} ['INSTALL_RHFAM_CONFIGURATION    ', clc$nominal_entry, clc$normal_usage_entry, 21,
        clc$automatically_log, clc$linked_call, ^rfp$install_rhfam_configuration],
  {} ['INSTALL_RHFAM_CONFIG_BIN       ', clc$nominal_entry, clc$hidden_entry, 22,
        clc$automatically_log, clc$linked_call, ^rfp$install_rhf_config_bin],
  {} ['QUI                            ', clc$abbreviation_entry, clc$normal_usage_entry, 25,
        clc$automatically_log, clc$linked_call, ^quit],
  {} ['QUIT                           ', clc$nominal_entry, clc$normal_usage_entry, 25,
        clc$automatically_log, clc$linked_call, ^quit],
  {} ['TESLN                          ', clc$abbreviation_entry, clc$normal_usage_entry, 23,
        clc$automatically_log, clc$linked_call, ^test_local_nad],
  {} ['TEST_LOCAL_NAD                 ', clc$nominal_entry, clc$normal_usage_entry, 23,
        clc$automatically_log, clc$linked_call, ^test_local_nad],
  {} ['VERIFY_RHFAM_CONFIGURATION     ', clc$nominal_entry, clc$normal_usage_entry, 24,
        clc$automatically_log, clc$linked_call, ^rfp$verify_rhfam_configuration],
  {} ['VERRC                          ', clc$abbreviation_entry, clc$normal_usage_entry, 24,
        clc$automatically_log, clc$linked_call, ^rfp$verify_rhfam_configuration]];

  PROCEDURE [XREF] rfp$install_rhfam_configuration
    (    parameter_list: clt$parameter_list;
     VAR status: ost$status);

  PROCEDURE [XREF] rfp$install_rhf_config_bin
    (    parameter_list: clt$parameter_list;
     VAR status: ost$status);

  PROCEDURE [XREF] rfp$verify_rhfam_configuration
    (    parameter_list: clt$parameter_list;
     VAR status: ost$status);

?? POP ??

