home *** CD-ROM | disk | FTP | other *** search
/ Merciful 3 / Merciful_Release_3.bin / software / b / blacksedv1.0.lha / BED / Rexx / SASC / Compile.bed < prev    next >
Text File  |  1996-01-28  |  221b  |  15 lines

  1. /*
  2. ** $VER: Compile.bed 1.0 (14.01.96)
  3. **
  4. ** Invoke the SAS C Compiler
  5. */
  6.  
  7. OPTIONS RESULTS
  8.  
  9. GetFilePath PATH
  10. path = RESULT
  11.  
  12. GetFilePath FILE
  13.  
  14. ADDRESS COMMAND 'CD "' || path || '"' || '0A'X || 'SC:C/SC "' || RESULT || '"'
  15.