home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / viscobv7.zip / vac22os2 / ibmcobol / macros / lpexcrx.dat < prev    next >
Text File  |  1998-02-24  |  2KB  |  69 lines

  1. **********************************************************************
  2. * LPEXCRX.DAT - data file for the LPEX REXX parser.
  3. * It contains the keywords for the REXX parser.
  4. * The file format is as follows:
  5. *   - an asterisk in the first column indicates a comment line
  6. *   - the first string e.g., ADDRESS, is the keyword
  7. *   - the second string which immediately follows the comma, is FALSE.
  8. *            (C) Copyright IBM Corporation 1990, 1996
  9. * NOTES:  Maximum table sizes - there currently is a limit on
  10. * the number of entries per table (see below).
  11. * The tables must be sorted in ascending alphabetical order
  12. * (that means UPPERCASE keywords go before lowercase!).
  13. * LPEX reads the table only once per session, when a REXX file
  14. * is first loaded.  If you change this data file, you will
  15. * need to exit LPEX to have it loaded on a subsequent session.
  16. *********************************************************************
  17. * REXX keywords.  MAXREXXSIZE = 60.
  18. *
  19.   ADDRESS     , FALSE
  20.   ARG         , FALSE
  21.   BY          , FALSE
  22.   CALL        , FALSE
  23.   DIGITS      , FALSE
  24.   DO          , FALSE
  25.   DROP        , FALSE
  26.   ELSE        , FALSE
  27.   END         , FALSE
  28.   ENGINEERING , FALSE
  29.   EXIT        , FALSE
  30.   EXPOSE      , FALSE
  31.   FOR         , FALSE
  32.   FOREVER     , FALSE
  33.   FORM        , FALSE
  34.   FUZZ        , FALSE
  35.   IF          , FALSE
  36.   INTERPRET   , FALSE
  37.   ITERATE     , FALSE
  38.   LEAVE       , FALSE
  39.   LINEIN      , FALSE
  40.   NOP         , FALSE
  41.   NUMERIC     , FALSE
  42.   OFF         , FALSE
  43.   ON          , FALSE
  44.   OPTIONS     , FALSE
  45.   OTHERWISE   , FALSE
  46.   PARSE       , FALSE
  47.   PROCEDURE   , FALSE
  48.   PULL        , FALSE
  49.   PUSH        , FALSE
  50.   QUEUE       , FALSE
  51.   RETURN      , FALSE
  52.   SAY         , FALSE
  53.   SCIENTIFIC  , FALSE
  54.   SELECT      , FALSE
  55.   SIGNAL      , FALSE
  56.   SOURCE      , FALSE
  57.   THEN        , FALSE
  58.   TO          , FALSE
  59.   TRACE       , FALSE
  60.   UNTIL       , FALSE
  61.   UPPER       , FALSE
  62.   VALUE       , FALSE
  63.   VAR         , FALSE
  64.   VERSION     , FALSE
  65.   WHEN        , FALSE
  66.   WHILE       , FALSE
  67.   WITH        , FALSE
  68.  
  69.