Spelling
This commit is contained in:
yabwon
2019-11-05 22:25:53 +01:00
parent c10e517fe3
commit b72b8211a0
7 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
%include "C:\SAS_PACKAGES\generatePackage.sas"; %include "C:\SAS_PACKAGES\generatePackage.sas";
ods html; ods html;
%generatePackge(filesLocation=C:\SAS_PACKAGES_DEV\SQLinDS) %generatePackage(filesLocation=C:\SAS_PACKAGES_DEV\SQLinDS)
/* /*

BIN
dfa.zip

Binary file not shown.

Binary file not shown.

View File

@@ -47,7 +47,7 @@
/*** HELP START ***/ /*** HELP START ***/
%macro GeneratePackge( %macro generatePackage(
/* location of package files */ /* location of package files */
filesLocation=%sysfunc(pathname(work))/%lowcase(&packageName.) filesLocation=%sysfunc(pathname(work))/%lowcase(&packageName.)
)/secure; )/secure;
@@ -1047,14 +1047,14 @@ proc sql;
drop table &filesWithCodes.; drop table &filesWithCodes.;
quit; quit;
filename &zipReferrence. clear; filename &zipReferrence. clear;
%mend GeneratePackge; %mend generatePackage;
/* /*
options mprint; options mprint;
ods html; ods html;
%GeneratePackge( %generatePackage(
testowyPackageName testowyPackageName
,0.01 ,0.01
,author ,author
@@ -1098,7 +1098,7 @@ TODO:
%include "C:\SAS_PACKAGES\generatePackage.sas"; %include "C:\SAS_PACKAGES\generatePackage.sas";
ods html; ods html;
%generatePackge(filesLocation=C:\SAS_PACKAGES\SQLinDS) %generatePackage(filesLocation=C:\SAS_PACKAGES\SQLinDS)
*/ */
/* /*

View File

@@ -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. */ /* Code is free and open source. If you want - you can use it. */
/* I tested it the best I could */ /* I tested it the best I could */

Binary file not shown.

Binary file not shown.