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 files
# Contributor: Peter Crawford
# Date:        24jan2005
#################################################

[CORE\EXPLORER\MENUS\FILES\SAS7BDAT]
"fsv"="gsub 'proc fsview data=""%s"";run;';formula"
  "@"="gsub 'proc fsview data=""%s"";run;';formula"

[CORE\EXPLORER\MENUS\FILES\SAS7BCAT]
"SAS Explore Containing"="%%let xpath=%%sysfunc(reverse(%s));%%let xpath=%%sysfunc(reverse(%%substr(&xpath,%%index(&xpath,\\))));gsub ""libname xpath '&xpath';""; explore xpath;details"