BookmarkSubscribeRSS Feed
anup08
Calcite | Level 5

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!

Catch up on SAS Innovate 2026

Dive into keynotes, announcements and breakthroughs on demand.

Explore Now →
What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 0 replies
  • 1027 views
  • 0 likes
  • 1 in conversation