mirror of
https://github.com/yabwon/SAS_PACKAGES.git
synced 2026-01-18 03:20:05 +00:00
Spelling
Spelling
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Binary file not shown.
@@ -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)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -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 */
|
||||||
|
|||||||
BIN
macroarray.zip
BIN
macroarray.zip
Binary file not shown.
BIN
sqlinds.zip
BIN
sqlinds.zip
Binary file not shown.
Reference in New Issue
Block a user