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";
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 ***/
%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)
*/
/*

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. */
/* I tested it the best I could */

Binary file not shown.

Binary file not shown.