SAS/AF software provides a testing mode that is available from within the build environment.
To test your application while your frame and SCL entry are open, you can select
Build
Test. You can also click the
TESTAF toolbar button or enter the TESTAF command.
As long as the SCL entry was opened from within the frame, you can issue the TESTAF
command with either
the FRAME entry or the SCL entry as the active window.
Note: You cannot use the TESTAF
test mode if the FRAME entry is stored in a library that is accessed
with SAS/SHARE software. Also, the TESTAF command does not process
SUBMIT statements in your SCL code.
To test your application
outside the build environment, you can do either of the following:
-
Open the Explorer window, select
the frame to test, and then select Run from
the pop-up menu.
-
Enter the following command:
af c=libref.catalog.catalogEntry.entryType
Testing outside the build environment has no restrictions
or limitations, and frames perform with complete functionality.