/* * Title: Install Simple SLIST Editor * Purpose: CIMPORT entry needed for SAS Action * Author: Richard A. DeVenezia * Date: feb05 */ filename INSTALL URL "&_host_./downloads/sas/af/xpts/action_edit_simple_list.xpt"; PROC CIMPORT CATALOG=SASUSER.EXPLORER FILE=INSTALL; RUN; filename INSTALL;