BookmarkSubscribeRSS Feed
MR_Xishuai
Calcite | Level 5

Hi all,

I want to get the stock information for my sample in order to calculate abnormal cumulative return(CAR). However, there are some companies having more than one permnos at the time of my event. I am very confused how to deal with this kind of situation? Is there any reasonable way that I could delete all the duplicates? Cheers.

1 REPLY 1
Reeza
Super User

You have to make some business decisions before making programming decisions?

I'm going to use ID instead of Permno to avoid autocorrect in the rest of my answer.

Why are there duplicate ID's?

Is there a duplicate record in terms of time or just name?

Are the company with the same name actually the same business entity?

If you want to delete a record and they're not identical other than ID's how do you decide which record(s) to delete?

For removing duplicates look into PROC SORT.

If you need help with the programming please post sample data with expected output.

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!

How to choose a machine learning algorithm

Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 914 views
  • 0 likes
  • 2 in conversation