Romantic SAS program!
Nov 23rd, 2012 by Asif Patel
Though I do not have SAS installed on my mac, just revising notes!!
Importing file from external source.
Proc Import out =Data <romance>
datafile= ‘location of file for example C:love’
data manipulation can be done later.
Record code length?? if data is so big , for example national survey.. then??
input <gender>;
Visit for more romantic SAS….
