mirror of
https://github.com/yabwon/SAS_PACKAGES.git
synced 2026-01-03 13:20:05 +00:00
comments updated
This commit is contained in:
@@ -48,7 +48,8 @@
|
||||
|
||||
/*** HELP START ***/
|
||||
%macro GeneratePackge(
|
||||
filesLocation=%sysfunc(pathname(work))/%lowcase(&packageName.) /* place for packages' files */
|
||||
/* location of package files */
|
||||
filesLocation=%sysfunc(pathname(work))/%lowcase(&packageName.)
|
||||
)/secure;
|
||||
/*** HELP END ***/
|
||||
%local zipReferrence filesWithCodes _DESCR_ _LIC_ _RC_;
|
||||
|
||||
Reference in New Issue
Block a user