This is a test macro. It would be used for testing downloading macros.
Downloading the %test macro
If you have already installed the %net tools, you can obtain the %test macro by running the following SAS program.
%net_get(test, https://stats.idre.ucla.edu/stat/sas/macros/)
You can also download the supplemental data file, hsb2, to c:mydata by running the program shown below.
%net_get(test, https://stats.idre.ucla.edu/stat/sas/macros/ , c:mydata)
You can view the help file for %test here or from within SAS by running this program.
%net_help(test, https://stats.idre.ucla.edu/stat/sas/macros/ )
Using %test
You can run the %test macro by as shown below.
%test
and if the program runs successfully, you would see the following message in the log window.
This is the test program.