Search the site...

SASCRUNCH TRAINING
  • Home
  • Member's Area
  • How to Start
  • SAS Interface
  • Creating a Data Set
  • Practical SAS Training Course
  • SAS Certified Specialist Training Program
  • Proc SQL Course
  • Introduction to Time Series Analysis
  • SAS Project Training Course
  • Full Training / Membership
  • Sign up
  • About us
  • Contact us
  • Home
  • Member's Area
  • How to Start
  • SAS Interface
  • Creating a Data Set
  • Practical SAS Training Course
  • SAS Certified Specialist Training Program
  • Proc SQL Course
  • Introduction to Time Series Analysis
  • SAS Project Training Course
  • Full Training / Membership
  • Sign up
  • About us
  • Contact us
Sentry Page Protection
Please Wait...
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:
  • 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.
Next
Already a member? Go to member's area.