The SAVE statement saves the data sets CHRONIC, AGING, and CLINICS and deletes all other SAS files (of all types) in the ELDER library. MEMTYPE=DATA is necessary because the ELDER library has a catalog named CLINICS and a data set named CLINICS.
      save chronic aging clinics / memtype=data;
   run;