|
|
|
||||
|
|
|||||
* assign filename "in" to CPORT file "winners.cpt"; filename in "winners.cpt"; libname out '/work/'; * read from "winners.cpt" and save in library "out"; proc cimport file=in library=out; run; * use proc contents, proc print, and proc means to verify ; * that out.winners was created properly; * change winners to the name of your data member; proc contents data=out.winners; run; proc print data=out.winners(obs=10); run; proc means data=out.winners; run;
UCLA Researchers are invited to our Statistical Consulting Services
We recommend others to our list of Other Resources for Statistical Computing Help
These pages are Copyrighted (c) by UCLA Academic Technology Services