Download the Data

In this project, we will be working with a number of simulated data sets.

Open the text file below and run the entire code on SAS Studio:

data_sets.txt

Download File


The code will create seven data sets:

  • CALL_LOG
  • CUSTOMER_BASE
  • DO_NOT_CALL
  • PROMOTION_HISTORY
  • TRANSACTION_TABLE_202001
  • TRANSACTION_TABLE_202002
  • TRANSACTION_TABLE_202003

The code is rather long. You can delete it from the code editor after the code is executed.