version 20200101

Additional note in help added.

Happy new year 2020!
This commit is contained in:
yabwon
2020-01-01 10:51:38 +01:00
parent 0385e8e5b2
commit c6fb0c440a
6 changed files with 3 additions and 1 deletions

BIN
dfa.zip

Binary file not shown.

Binary file not shown.

View File

@@ -36,7 +36,7 @@
*/
/**#############################################################################**/
/* Macros to generate SAS packages, version 20191215 */
/* Macros to generate SAS packages, version 20200101 */
/* 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
@@ -1103,6 +1103,8 @@ data _null_;
put ' end ; ';
%end;
put 'put "***"; put "* SAS package generated by generatePackage, version 20200101 *"; put "***";';
put 'run; ' /;
/* license info */

Binary file not shown.

Binary file not shown.