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

  1. /*
  2. ** $VER: Debug.bed 1.0 (14.01.96)
  3. **
  4. ** Invoke the SAS C Debugger
  5. */
  6.  
  7. OPTIONS RESULTS
  8.  
  9. GetFilePath
  10. ADDRESS COMMAND 'Run SC:C/Cpr' LEFT(RESULT,LASTPOS('.c',RESULT)-1)
  11.