home *** CD-ROM | disk | FTP | other *** search
/ DTP Toolbox / DTPToolbox.iso / utilities / text / bed / rexx / sasc / debug.bed < prev    next >
Encoding:
Text File  |  1996-01-29  |  169 b   |  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.