Guest User

Untitled

a guest
Oct 17th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1.  
  2. data birthweight;
  3. infile "C:\Users\rws20\SAS\birthweight.txt";
  4. input Ethnic 1
  5. Age 2-3
  6. Smoke 4
  7. Preweight 5-10
  8. Delweight 11-16
  9. Breastfed $ 17
  10. Brthweight 18-21
  11. Brthlength 22-26;
  12. run;
  13. proc print data=birthweight;
  14. run;
Add Comment
Please, Sign In to add comment