SAS tutorial: Print a simple listing with SAS

1

In this tutorial video, you will learn to print a simple listing with Base SAS.

You see how to write a PRINT procedure step to display a SAS data set. You also see how to use statements and options to subset observations and variables and enhance the report.

 

Learn more about the topic in this video in SAS Programming 1: Essentials course.

For more free video tips on programming and analytics functions, visit SAS Tutorials.

Share

About Author

Maggie Miller

Education and Training

+ Maggie Miller was formerly a communications specialist at SAS. You'll likely find her writing blogs, shooting videos and sharing it all on social media. She has nearly ten years of journalism experience that she brings to her writing to help you learn and grow with SAS. Follow on Twitter @maggiemiller0

Related Posts

1 Comment

  1. Rick Wicklin

    "Print a simple listing"?? The video is fine, but I think you could choose a more descriptive title, such as "Print observations and variables." I suspect that people who are doing an internet search for this topic won't use "listing" in their query. In modern SAS usage, "listing" refers to an ODS destination. Your example uses the HTML destination, which is the default ODS destination since SAS 9.3.

Back to Top