BookmarkSubscribeRSS Feed
rpg163
Calcite | Level 5

Hi,

I get a problem on read DBF format data.

When I try to import a DBF format data, "AF_BENCH.DBF", with proc import, like this:

PROC IMPORT OUT=asd

    DATAFILE="E:\Database\ORG\Analyst_DBF\Rank\AF_BENCH.DBF"

    DBMS=DBF REPLACE;

run;

well,  two variables are missing, both the two variables are string variables and are very long (one of them is "notes" and contains observations more than 100 words)

Is it because the variables are too long? How should I deal with it?

Many THX!

3 REPLIES 3
ballardw
Super User

You might try DBMS= DBFMEMO to read data with memo fields, which sounds like your data.

rpg163
Calcite | Level 5

THX. But it doesn‘t work. Is it a option in lastest version? My sas version is 9.1.3, I can not find this DBMS option in SAS help.

rpg163
Calcite | Level 5

Well, I just search it in SAS support, yes, This indeed is an option in SAS 9.2. Well, update is nessary?

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 1310 views
  • 0 likes
  • 2 in conversation