home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / bin / ispfmsg.lx < prev    next >
Encoding:
Text File  |  1996-02-22  |  1000 b   |  21 lines

  1. /******************************************************************************
  2.  * ISPF Prefix command messages                                               *
  3.  *                                                                            *
  4.  * This routine is called by ISPFCMD.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 line not displayed -----'
  16. msg.5 = '----- 'INSERT' lines not displayed -----'
  17. MSG.6 = 'Target of 'INSERT' is contained within 'INSERT' block.'
  18.  
  19. RETURN MSG.MSGNO
  20.  
  21.