Actions installation - Submit this SAS code
Click in this readonly text area. Select all and copy, then paste into a SAS session program editor and submit.

The above SAS code automatically includes additional code. Click on a code link if you wish to review what will be run.

install_af.sas

Some code may install additional components

Actions settings

#################################################
# Purpose:     Edit simple SLIST entries
# Contributor: Richard A. DeVenezia
# Date:        2005
#
# See also: http://www.devenezia.com/downloads/sas/af/index.php?topic=30

[CORE\EXPLORER\MENUS\ENTRIES\SLIST]
"d5a;Edit (Simple)"="afa c=SASUSER.EXPLORER.Simple_list_editor.scl entry=%8b.%32b.%32b.%8b"


# Add SLIST to list of ENTRY things that can be newed
[CORE\EXPLORER\NEW\ENTRY\SLIST]
"Name"="SCL List"
"Icon"="332"
"Command"="AFA C=SASUSER.EXPLORER.Simple_list_editor.scl entry=%8b.%32b.UNTITLED.SLIST action=new"