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.

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 496 views
  • 0 likes
  • 4 in conversation