Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Most SAS programmers store data in a SAS data set. The CreateFromFile method instantiates a data object from a SAS data set on the client PC (the file has a sas7bdat extension). The Create-FromServerDataSet method instantiates a data object from a SAS data set on a SAS server, which is typically located in Work, Sasuser, or a user-defined libref such as MyLib.
Creating a data object from a SAS data set is easy: you need to declare the name of the data object and then instantiate the object, as shown in the following statements: