data dvlp.omp_pit; set test.pit; where AGE ge 18; run; data test.omp_pit; set dvlp.omp_pit; run;