mirror of
https://github.com/yabwon/SAS_PACKAGES.git
synced 2026-01-09 07:50:06 +00:00
demo package files added
This commit is contained in:
23
SQLinDS/generate_package_sqlinds.sas
Normal file
23
SQLinDS/generate_package_sqlinds.sas
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
%include "C:\SAS_PACKAGES\generatePackage.sas";
|
||||
|
||||
ods html;
|
||||
%generatePackge(filesLocation=C:\SAS_PACKAGES\SQLinDS)
|
||||
|
||||
|
||||
/*
|
||||
* filename reference "packages" and "package" are keywords;
|
||||
* the first one should be used to point folder with packages;
|
||||
* the second is used internaly by macros;
|
||||
|
||||
filename packages "C:\SAS_PACKAGES";
|
||||
%include packages(loadpackage.sas);
|
||||
|
||||
dm 'log;clear';
|
||||
%loadpackage(SQLinDS)
|
||||
|
||||
%helpPackage(SQLinDS)
|
||||
%helpPackage(SQLinDS,*)
|
||||
|
||||
%unloadPackage(SQLinDS)
|
||||
*/
|
||||
Reference in New Issue
Block a user