Chapter Contents

Previous

Next
Moving and Accessing SAS Files across Operating Environments

Naming Conventions Used in the Examples in This Chapter

Consistent naming conventions are used in the examples in this chapter.

WORK
is the default libref that points to the library that contains the data set GRADES.

XPORTIN
is the libref that points to the location of the transport file that is read with the XPORT engine.

IMPORTIN
is the fileref that points to the location of the transport file that is read with PROC CIMPORT.

TARGET
is the libref that points to the location of the file that contains the translated native format.

LIST
is the catalog entry type.

GRADES
is the name of a data set.

TESTCAT
is the name of a catalog.

TESTNPGM
is the name of a catalog entry.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.