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.

Actions settings

#################################################
# Purpose:     Various actions for members
# Contributor: Peter Crawford
# Date:        24jan2005
#################################################

#
# Centiles - Print centiles information for indexed variables
# Formula  - Load like named formula from sasuser.profile
# .screen  - Use like named screen from a sasuser catalog

[CORE\EXPLORER\MENUS\MEMBERS\TABLE]
"9;Centiles Report"="gsub ""filename xacthtml temp;ods html file=xacthtml style=sasweb;proc contents data=%8b.%32b position centiles;run;ods html close;"" "
"FSView"  ="fsv %8b.%32b; formula"
"FSBrowse"="fsb %8b.%32b sasuser.%8b.%32b.screen"

[CORE\EXPLORER\MENUS\MEMBERS\VIEW]
"Describe SQL"="gsub ""proc sql;describe view %8b.%32b;quit;""; log"
"FSView"="fsv %8b.%32b; formula"
"FSBrowse"="fsb %8b.%32b sasuser.%8b.%32b.screen"