home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / bin / seumsg.lx < prev    next >
Encoding:
Text File  |  1996-02-22  |  1004 b   |  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.