{ MAP_PFM_CODE_TO_RH_CODE
{
{         The purpose of this procedure is to provide a mapping from the
{ given A170/NOS permanent file manager error code to a remote host error
{ code.
{
{         MAP_PFM_CODE_TO_RH_CODE (PFM_CODE,RH_CODE)
{
{ PFM_CODE: (input) This parameter contains the pfm error code which is
{           to be mapped into the remote host error code.
{
{ RH_CODE: (output) This parameter contains the remote host error code
{          which is the result of the mapping.
{

  PROCEDURE[XREF] map_pfm_code_to_rh_code (
    pfm_code: 0..0ff(16);
    VAR rh_code: INTEGER);
