Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Question: What is the purpose of the FREQ procedure in SAS?
Answer: The FREQ procedure in SAS is used to generate frequency tables for categorical variables, showing the count and percentage of each category.

Example:

PROC FREQ DATA=dataset; TABLES category_variable; RUN;
Is it helpful? Yes No

Most helpful rated by users:

©2025 WithoutBook