Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint
Share this Page URL
Help

Chapter 8. Managing Data in IMLPlus > 8.3 Creating a Data Object from a SAS Dat...

8.3 Creating a Data Object from a SAS Data Set

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:


  

You are currently reading a PREVIEW of this book.

                                                                                        

Get instant access to over
$1 million worth of books and videos.

  

Start a Free Trial