标题: libname [打印本页] 作者: shiyiming 时间: 2006-12-3 16:35 标题: libname [color=blue:3e0dc][size=150:3e0dc] 为什么我用libname建立的数据库步是永久的呢。退出SAS以后,下次再进入时,建立的数据库就已经消失了。
程序:libname aa 'd:\ my document' ;[/size:3e0dc][/color:3e0dc]作者: shiyiming 时间: 2006-12-4 12:56 标题: re The association between a libref and a SAS data library lasts only for the duration of the SAS session or until you change the libref or discontinue it with another LIBNAME statement.