BookmarkSubscribeRSS Feed
d0816
Quartz | Level 8

I have  a panel data with dates in columns and ID of a person in a row. I would like to create a table with ids, first occurence of X,Y or Z for each ID, date of first occurence of X,Y,Z and the prior cell observation or last cell with any observation of X,Y or Z. Do I use array for this? Please suggest.

 

I am using SAS 9.4 and SAS Enterprise guide 6.1.

2 REPLIES 2
ballardw
Super User

Many users here don't want to download Excel files because of virus potential, others have such things blocked by security software. Also if you give us Excel we have to create a SAS data set and due to the non-existent constraints on Excel data cells the result we end up with may not have variables of the same type (numeric or character) and even values.

 

Instructions here: https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-dat... will show how to turn an existing SAS data set into data step code that can be pasted into a forum code box using the {i} icon or attached as text to show exactly what you have and that we can test code against.

 

It works much better to show input and desired output directly in the post.

mkeintz
PROC Star

Instead of your excel spreadsheet, why not show us the layout of a couple of observations, and a layout of what you want?

 

 

--------------------------
The hash OUTPUT method will overwrite a SAS data set, but not append. That can be costly. Consider voting for Add a HASH object method which would append a hash object to an existing SAS data set

Would enabling PROC SORT to simultaneously output multiple datasets be useful? Then vote for
Allow PROC SORT to output multiple datasets

--------------------------

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 540 views
  • 0 likes
  • 3 in conversation