17 Aug Create a SAS script and read the datasets into SAS for analysis.
While working on your inventory project, you realize that you need to read the data sets into SAS before you begin analysis. Your SAS program needs to read all the datasets that are necessary to predict store sales. Reading in Dates: You can use import or infile to import the data. If...