BookmarkSubscribeRSS Feed
11427qvolaf
Calcite | Level 5

The dataset Contacts is comprised of several entries for each subject (unique identifier is patient_number).  You are asked to create a new dataset containing one row per patient with the number of contacts per month.  What sample SAS or SQL code would be used to complete this request.

3 REPLIES 3
japelin
Rhodochrosite | Level 12

Is it possible to provide actual data or sample data that reflects the actual situation?

ballardw
Super User

@11427qvolaf wrote:

The dataset Contacts is comprised of several entries for each subject (unique identifier is patient_number).  You are asked to create a new dataset containing one row per patient with the number of contacts per month.  What sample SAS or SQL code would be used to complete this request.


Look at documentation for Procs Means, Summary, Freq, Report, Tabulate and SQL. All of these can create such a summary. The preferred choice might come with additional requirements.

 

Or tasks to COUNT.

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
  • 3 replies
  • 662 views
  • 0 likes
  • 4 in conversation