Project A: Auto Loan Credit Data

 

  1. Data Files – Click on this link to download the SAS datasets.

 

The zip file has two data files, data1.sd2 and xtra1.sd2 (you need both – you will have to merge them for the project). They contain about 50 variables between them, and 14,042 records with data on auto loan customers’ credit history, application data, and deal characteristics (price of car purchased, etc.)

 

Data Dictionary

 

Data Files in Excel (SAS will not read these. These are simply for your reference, to open in Excel).

            Data1.xlsx

            Xtra1.xlsx

 

  1. Formats

When you run the format.sas program from the programs folder, it will create a file called formats.sc2, which will reside in this folder. You should only run the format.sas program after you have successfully run the start.sas program.

 

  1. Output – no files here. This is simply to show you the overall recommended folder structure

 

  1. Programs

This zip file called xtab.zip contains the basic programs to establish paths to data (start.sas), define formats (format.sas) create frequencies, perform regression analysis. All programs are simple text files.