How to store your SAS dataset?

  1. Some understanding about SAS data set

  1. How to store a SAS dataset permanently

, and path is the physical path of the storage folder.

Ex:   LIBNAME test 'a:\STA108';   /* define "a:\STA108" as the storage folder with reference (libref) "test" */

Note: in SAS, one uses '*' as the symbol to signify the comment line. If your comment contains symbols, you need to use /* comments , or /* comments */.