GSM (Generate Secure Macros) package, version 0.13

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

Bug fix.

The Package allows to create secured macros stored in SAS Proc FCMP functions. The dataset with functions can be shared between different operating systems and allows to generate macros on site without showing their code.
This commit is contained in:
yabwon
2021-07-26 17:00:30 +02:00
parent b45b79fd3c
commit c12260fdcd
5 changed files with 9 additions and 6 deletions

View File

@@ -8,7 +8,7 @@
---
# The GSM package [ver. 0.12] <a name="gsm-package"></a> ###############################################
# The GSM package [ver. 0.13] <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:
`311BCF510B7B189AE9A75C56C4D2F99F844114CC5AD32329FAD690BA1F10422A`
`2FC239B5A2216D073826125999BFD64FBA32BFEA3EE6EA2B22EC64E8C1B04144`
## >>> `%GSM()` macro: <<< <a name="gsm-macro"></a> #######################