{
{   The purpose of this request  is  to  convert  an  integer  to  its  string
{ representation and append that string as a status parameter to the text of a
{ status record.  This  request  assumes  that  the  status  record  has  been
{ initialized by a call to osp$set_status_abnormal.
{
{       OSP$APPEND_STATUS_INTEGER (DELIMITER, INT, RADIX,
{         INCLUDE_RADIX_SPECIFIER, STATUS)
{
{ DELIMITER:  (input) This parameter specifies the character that will precede
{       the integer supplied by this request in the text field of  the  status
{       being formed.  Depending on its value, this character may cause one of
{       two effects when the status is formatted  into  a  message.   If  this
{       character  is  the same as the first character in the text field, then
{       the integer will be treated  as  a  separate  status  parameter.   If,
{       however,  this  character is different from the first character in the
{       text field, then this character and the integer  will  be  treated  as
{       part  of  the  preceding  status  parameter  (this feature permits the
{       creation of a single status parameter from separate pieces of data).
{
{ INT: (input) This parameter specifies the integer to be converted.
{
{ RADIX: (input) This parameter specifies the radix  in  which  the  integer's
{       value is to be represented.
{
{ INCLUDE_RADIX_SPECIFIER:   (input)  This  parameter  specifies  whether  the
{       representation of the radix is to be included in the resulting  string
{       -- e.g.  (16) for a number with a radix of 16.
{
{ STATUS:  (input, output) This parameter specifies the status record to which
{       the text is to be appended.
{
