This directory contains a group of programs which show how to start with a sas dataset and run a limdep job on the raw data file (ascii) created from the sas dataset. Files: readme.txt -- this file putit.sas -- creates the raw file (ascii) from the sas dataset test.raw -- a sample of a raw data file created from putit.sas test.lim -- limdep program to read the raw file (test.raw) NOTES: 7/6/99 LARGE DATA files -- MUST use the temp= and maxvar= options on the READ statement for limdep to correctly read a large raw data file