BookmarkSubscribeRSS Feed
Sarra-Matri
Obsidian | Level 7

1. Analyze the content of each imported / created table using a procedure specific.

2. Display the content of each table

 

which procedure should i use to answer these 2 questions ?  

 

1 REPLY 1
ballardw
Super User

Analysis generally is based on what research question you want answered. Such questions might look like:

Is the mean/median value of x in group A less than/the same as/ greater than in group B.

Are the values of X distributed the same in groups.

Is the value (or mean/median/min/max) of X increasing/decreasing over time.

Does the value of X change in relation to values of one or more other variables.

 

And those just scratch the surface. But the type of question determines which procedure(s) and options would be used.

 

Content: Typically would use Proc Print or one of the other report procedures like Report or Tabulate to display values. Proc Contents describes the data set properties such as numbers of variables, type of variables, numbers of records. Your choice.

 

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 404 views
  • 0 likes
  • 2 in conversation