Project A: Auto Loan Credit Data
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 Files in Excel (SAS will not read these. These are simply for your
reference, to open in Excel).
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.
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.