I am very new to SAS. Does SAS university edition allow the Datasource procedure to extract data from DRI Basic Economics Database? I ran a code to do so, I got the following results: 1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK; 55 56 proc datasource dbname=dribasic; ERROR: Procedure DATASOURCE not found. 57 run; NOTE: The SAS System stopped processing this step because of errors. NOTE: PROCEDURE DATASOURCE used (Total process time): real time 0.00 seconds cpu time 0.01 seconds 58 59 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK; Can anyone please shed some light? Thanks in advance!
... View more