1000 size sample, variable: ID_no from 1-1000
how to split it to two new data sets: one with even numbers for ID_no, the othe one with odds number for ID_no?
data set1 set2;
set yourdata;
if mod(id, 2) = 0 then output set1;
else output set2;
run;
to be connected. All dots will be connected. what matters is where the line ends
No comments:
Post a Comment