version 20200725, descriptions to macros added
This commit is contained in:
yabwon
2020-07-25 12:22:14 +02:00
parent 757d7a9ccc
commit 57fd048276
3 changed files with 27 additions and 16 deletions

View File

@@ -36,7 +36,7 @@
*/
/**#############################################################################**/
/* Macros to list SAS packages in packages' folder, version 20200608 */
/* Macros to list SAS packages in packages' folder, version 20020725 */
/* A SAS package is a zip file containing a group
of SAS codes (macros, functions, datasteps generating
data, etc.) wrapped up together and %INCLUDEed by
@@ -53,7 +53,9 @@
/*** HELP END ***/
%macro listPackages();
%macro listPackages()/
desc = 'Macro to list SAS package from `package` fileref, version 20020725.'
;
%local ls_tmp ps_tmp notes_tmp source_tmp;
%let filesWithCodes = WORK._%sysfunc(datetime(), hex16.)_;