Scenario 4

Directions

This scenario uses the Cert.Laguardia data set. Write a SAS program to do the following:
  • Print the data set Cert.Laguardia sorted and grouped by Dest. Save your sorted data set as a temporary data set, Work.Laguardia.
  • Store the results, grouped by the variable Dest, in a PDF file named “LGA Airport.pdf” using the FestivalPrinter style with a report title, “Laguardia Flights”.

Test Your Code

  1. What is the file size of the LGA Airport.pdf file?
  2. What is the value of Boarded in observation 13?
  3. What is the destination value in observation 42?

Objectives Accomplished

  • Enhance reports system with user-defined formats, titles, footnotes, and SAS System reporting options.
  • Generate reports using ODS statements:
    • Identify the ODS destinations.
    • Create HTML, PDF, and RTF files with ODS statements.
    • Use the STYLE= option to specify a style template.
Last updated: February 14, 2019
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset