
  PROCEDURE [XREF] dpp$convert_int_to_str_octal
    (    number_of_characters: 1 .. 6;
         word: 0 .. 0ffff(16);
     VAR msg: string ( * ));
