options nodate nonumber ps=2000 ls=100; data pyrimidine; infile "C:\pyrimidine.txt" firstobs=2 delimiter=','; input x1-x26 y; proc print;run;