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.

check-readiness.sas copy-defaults.sas

Some code may install additional components

Actions settings

#################################################
# Purpose:     Initial instructions
# Contributor: Richard A. DeVenezia
# Date:        05may2003
#################################################
#
# Some action sets contain complex actions
# that cannot realized using one or two simple commands.
# Complex actions are realized using MACRO or SAS/AF entries
# installed into the catalog SASUSER.EXPLORER
#
# Your autoexec.sas should contain these statements.
#
#   filename xactions catalog "sasuser.explorer";
#   options sasautos=(xactions sasautos);
#   options mautosource;
#