Search the site...

SASCRUNCH TRAINING
  • Home
  • Member's Area
  • How to Start
  • SAS Interface
  • Creating a Data Set
  • Practical SAS Training Course
  • SAS Certified Specialist Training Program
  • Proc SQL Course
  • Introduction to Time Series Analysis
  • SAS Project Training Course
  • Full Training / Membership
  • Sign up
  • About us
  • Contact us
  • Home
  • Member's Area
  • How to Start
  • SAS Interface
  • Creating a Data Set
  • Practical SAS Training Course
  • SAS Certified Specialist Training Program
  • Proc SQL Course
  • Introduction to Time Series Analysis
  • SAS Project Training Course
  • Full Training / Membership
  • Sign up
  • About us
  • Contact us
Sentry Page Protection
Please Wait...
** Exercise 1 **;

proc print data=sashelp.baseball;
run;

** Trevino, Alex is listed in row 12 and he is playing for the Los Angeles Dodgers (Dodgers). **;


** Exercise 2 **;
proc contents data=sashelp.baseball ;
run;

** There are 322 observations in the SASHELP.BASEBALL data set. **;


** Exercise 3 **;
proc contents data=sashelp._all_ nods;
run;

** There are 460 files in total in the SASHELP library. **;
Next
Already a member? Go to member's area.