BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
anirudhs
Obsidian | Level 7

Hi i want to count total number of cases in data set .

The data has variable status so want to count total no of cases based on the values of status.

filter should be where status=cr then the total count should be stored in new variable.

if status-ct then count of ct in new variable.

 

 

1 ACCEPTED SOLUTION
5 REPLIES 5
anirudhs
Obsidian | Level 7
Thanks Kurt ,
any solution how can we implement it using the query builder.
and any data step
anirudhs
Obsidian | Level 7
Hi Kurt,
i used the following sum(case when status=ct then 1 else 0) which gave me the the count of ct cases in the data set similarly i did it for the other case where i got the required o/p using the query builder and designed the automated process flow.

Thanks for your help.
Anirudh
Reeza
Super User


That's three questions in one.

 


@anirudhs wrote:

Hi i want to count total number of cases in data set .

 

 


 

Use a summarization task

 


@anirudhs wrote:

 

The data has variable status so want to count total no of cases based on the values of status.

 

 


Again, a Summary task will produce that. 

 


@anirudhs wrote:

 

if status-ct then count of ct in new variable.

 

 


In a separate data set, how do you need that stored? You can use Query builder with a filter or you could save the results from the summary tasks into a dataset for use later.

 

It seems like all your results could be handled with a summarization procedure.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 5 replies
  • 973 views
  • 0 likes
  • 3 in conversation