Sentry Page Protection
Exercise (1-8)
Locate the STOCKS data set from the SASHelp library.
The STOCKS data set contains the stock prices from IBM, Intel and Microsoft between August 1986 to December 2015.
The data set contains the following variables:
Task 1
Sort the data set by the highest selling price (i.e. HIGH) in descending order for each stock.
Locate the STOCKS data set from the SASHelp library.
The STOCKS data set contains the stock prices from IBM, Intel and Microsoft between August 1986 to December 2015.
The data set contains the following variables:
- STOCK: the stock (e.g. IBM, Intel, Microsoft)
- DATE: the date of the stock price listed
- OPEN: the opening price
- HIGH: the highest selling price
- LOW: the lowest selling price
- CLOSE: the closing price
- VOLUME: the trade volume
- ADJCLOSE: the adjusted closing price
Task 1
Sort the data set by the highest selling price (i.e. HIGH) in descending order for each stock.