Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
264 The Little SAS Book for Enterprise Guide 4.2 7.8 Creating Summary Data Sets in a Task Sometimes you may want to save summary data so you can use it for further analysis or join it with other data. Many tasks can save summary data, including Table Analysis, Summary Tables, and Summary Statistics. The previous section used the Volcanoes data set to produce a report showing summary statistics. These summary statistics can be saved in a data set. To re-open a task, right-click the task icon in the Project Tree or Process Flow and select Modify Summary Statistics from the pop-up menu. The task window will open. Click Results in the selection pane on the left to display the Results page. Results page In the Results page, you will see options that affect both your printed report and output data set. To save an output data set, check the Save statistics to data set option. SAS Enterprise Guide gives the data set a name beginning with MEAN and stores it in a default location. To specify a different name or 7