diff --git a/SQLinDS/generate_package_sqlinds.sas b/SQLinDS/generate_package_sqlinds.sas index 8b08ce9..57dc68e 100644 --- a/SQLinDS/generate_package_sqlinds.sas +++ b/SQLinDS/generate_package_sqlinds.sas @@ -2,7 +2,7 @@ %include "C:\SAS_PACKAGES\generatePackage.sas"; ods html; -%generatePackge(filesLocation=C:\SAS_PACKAGES_DEV\SQLinDS) +%generatePackage(filesLocation=C:\SAS_PACKAGES_DEV\SQLinDS) /* diff --git a/dfa.zip b/dfa.zip index 1c566e9..657530a 100644 Binary files a/dfa.zip and b/dfa.zip differ diff --git a/dynmacroarray.zip b/dynmacroarray.zip index 0da3a24..3a5cf04 100644 Binary files a/dynmacroarray.zip and b/dynmacroarray.zip differ diff --git a/generatePackage.sas b/generatePackage.sas index 6f14d9a..cc6b6dc 100644 --- a/generatePackage.sas +++ b/generatePackage.sas @@ -47,7 +47,7 @@ /*** HELP START ***/ -%macro GeneratePackge( +%macro generatePackage( /* location of package files */ filesLocation=%sysfunc(pathname(work))/%lowcase(&packageName.) )/secure; @@ -1047,14 +1047,14 @@ proc sql; drop table &filesWithCodes.; quit; filename &zipReferrence. clear; -%mend GeneratePackge; +%mend generatePackage; /* options mprint; ods html; -%GeneratePackge( +%generatePackage( testowyPackageName ,0.01 ,author @@ -1098,7 +1098,7 @@ TODO: %include "C:\SAS_PACKAGES\generatePackage.sas"; ods html; -%generatePackge(filesLocation=C:\SAS_PACKAGES\SQLinDS) +%generatePackage(filesLocation=C:\SAS_PACKAGES\SQLinDS) */ /* diff --git a/loadpackage.sas b/loadpackage.sas index eb13906..9b26f00 100644 --- a/loadpackage.sas +++ b/loadpackage.sas @@ -2,7 +2,7 @@ /**############################################################################**/ /* */ -/* Copyright Bartosz Jablonski, July 2019. */ +/* Copyright Bartosz Jablonski, July 2019. */ /* */ /* Code is free and open source. If you want - you can use it. */ /* I tested it the best I could */ diff --git a/macroarray.zip b/macroarray.zip index 84655e6..9ce036c 100644 Binary files a/macroarray.zip and b/macroarray.zip differ diff --git a/sqlinds.zip b/sqlinds.zip index dd06faf..da08a25 100644 Binary files a/sqlinds.zip and b/sqlinds.zip differ