home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv2.zip / VACPP / IBMCPP / BIN / SEUMSG.LX < prev    next >
Text File  |  1995-05-11  |  1KB  |  21 lines

  1. /******************************************************************************
  2.  * SEU Prefix command messages                                                *
  3.  *                                                                            *
  4.  * This routine is called by SEUCMD.LX to get translatable information.       *
  5.  *                                                                            *
  6.  * Returns a message with appropriate substitution.                           *
  7.  *                                                                            *
  8.  ******************************************************************************/
  9.  
  10. ARG MSGNO INSERT
  11.  
  12. MSG.1 = 'Could not locate source for 'INSERT'.'
  13. MSG.2 = 'Could not locate matching 'INSERT'.'
  14. MSG.3 = 'This is not an exclude group header.'
  15. MSG.4 = '----- 1 data record excluded -----'
  16. MSG.5 = '----- 'INSERT' data records excluded -----'
  17. MSG.6 = 'Target of 'INSERT' is contained within 'INSERT' block.'
  18.  
  19. RETURN MSG.MSGNO
  20.  
  21.