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