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.

browse_os.sas install_af.sas safe_delete.sas

Some code may install additional components

Actions settings

#################################################
# Purpose:     General
# Contributor: Richard A. DeVenezia
# Date:        05may2003
# Requires:    browse_os, data_properties, safe_delete
#################################################
#
# Columns.. - Column editor for changing column metadata (do you remember 6.12 vars windows ?)
# Browse OS - Explore operating system folder containging a SAS member
# Delete    - Delete to recycle bin (Windows only)
#

[CORE\EXPLORER\MENUS\MEMBERS\TABLE]
"d1a;Columns..."="AFA C=SASUSER.EXPLORER.Data_properties.frame data=%8b.%32b"
"d1b;Explore Containing Folder"="%%browse_os(%8b,%32b)"
"d1c;Delete to Recycle Bin"="%%safe_delete(%8b,%32b,TABLE)"

[CORE\EXPLORER\MENUS\MEMBERS\VIEW]
"d1a;Columns..."="AFA C=SASUSER.EXPLORER.Data_properties.frame data=%8b.%32b"
"d1b;Explore Containing Folder"="%%browse_os(%8b,%32b)"
"d1c;Delete to Recycle Bin"="%%safe_delete(%8b,%32b,VIEW)"

[CORE\EXPLORER\MENUS\MEMBERS\CATALOG]
"d1a;Explore Containing Folder"="%%browse_os(%8b,%32b)"
"d1c;Delete to Recycle Bin"="%%safe_delete(%8b,%32b,CATALOG)"

The columns editor showing highlighted edits and an active edit row