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...
Picture
Programming Tips 12


What's the purpose of creating an output data set when you can see the results on Result window?

The analysis results are often needed for further manipulation or analysis.

For example, you might need to subtract the mean from one population from another.

Or You might need to create statistical tables or graphs based on the analysis results.

These tasks cannot be done by Proc Univariate alone.

You must save the results in an output data set before further manipulation or analysis can be done.
Okay! got it.
Already a member? Go to member's area.