**GSM** (Generate Secure Macros) package, version 0.15

**GSM** (Generate Secure Macros) package, version 0.15

Doc. updated.
This commit is contained in:
yabwon
2021-11-05 13:48:39 +01:00
parent 2026254b96
commit 98e822bde2
5 changed files with 8 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
---
# The GSM package [ver. 0.14] <a name="gsm-package"></a> ###############################################
# The GSM package [ver. 0.15] <a name="gsm-package"></a> ###############################################
The **GSM** (a.k.a. *Generate Secure Macros*) package allows
to create secured macros stored in SAS Proc FCMP functions.
@@ -68,7 +68,7 @@ Required SAS Components:
* SAS package generated by generatePackage, version 20210528 *
The SHA256 hash digest for package BasePlus:
`93D88D4465B68984E938212241DE55C7B12EBC20601538553AC9E1AC0628C006`
`3EAF6E93642CCA9B5B592DF9BED4C8B20B60BCD4B0434720D12D26096717C4A9`
## >>> `%GSM()` macro: <<< <a name="gsm-macro"></a> #######################
@@ -178,7 +178,7 @@ data _null_;
put _infile_;
cards4;
%macro xyz(x) / SECURE;
%do i = 1 to &x.;
%do i = 1 %to &x.;
%put &i=;
%end;
%mend;