Move three LOG entries from PERM.SAMPLE to WORK.LOGCAT. The SELECT statement specifies which entries to move. ET= restricts processing to LOG entries.


   copy out=logcat move;
      select test1 test2 test3 / et=log;
run;