SAS Institute. The Power to Know

SAS/ACCESS(R) 9.2 Interface to PC Files: Reference

space
Previous Page | Next Page

File Format-Specific Reference for IMPORT and EXPORT Procedures

dBase DBFMEMO Files


DBFMEMO Files Essentials

All versions of dBase under Linux, UNIX, and Microsoft Windows are supported. Memo files have a .dbt (dBase) or .fpt (FoxPro and Visual FoxPro) file extension. Foxpro memos are stored in a separate directory from dBase memos.

Memo files read blank numeric fields as missing values. Memo files do not have variables or value labels, and memo support is read-only.

If a memo file exists with the same filename but with a .dbt or .fpt extension, the driver also reads the memo text for that file. It scans the memo file to determine how many lines comprise the largest individual memo and the lengths of the longest lines. It then splits memos into one variable per memo line. For example, the first thee lines of a memo file called xyz would be named xyz01, xyz02, and xyz03.

space
Previous Page | Next Page | Top of Page