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-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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
  • 476 views
  • 0 likes
  • 4 in conversation