home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / viscobv7.zip / vac22os2 / ibmcobol / macros / lxu.lx < prev    next >
Text File  |  1998-02-24  |  243b  |  8 lines

  1. /* check for user's lxu file for this doc type; if found open it */
  2. arg DOC
  3. call RxFuncAdd 'SysSearchPath', 'RexxUtil', 'SysSearchPath'
  4. fspec = SysSearchPath('LPATH', ''||DOC||'.lxu')
  5. if (fspec <> '') 
  6. then 'lx ' || DOC || '.lxu'    
  7.  
  8.