Chapter Contents |
Previous |
Next |
SAS Component Language: Reference |
After you have successfully compiled a program with the DEBUG ON option, you can choose to invoke the debugger for that entry. For an entry that can be executed with the TESTAF, AF, or AFA command, you can invoke the debugger in the following ways:
afa c=libref.catalog.entry.type debug=yes
Otherwise, submit the AF or AFA command.
proc build c=libref.catalog.entry.type testaf debug;
Build | Test |
For an FSEDIT or FSVIEW application, you can invoke the debugger in the following ways:
proc fsedit data=SAS-table screen=libref.catalog.entry.SCREEN debug; run; proc fsview data=SAS-table formula=libref.catalog.entry.FORMULA debug; run;
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.