Merge pull request #24 from yabwon/main

**GSM** (Generate Secure Macros) package, version 0.15
This commit is contained in:
Bart Jablonski
2021-11-05 13:50:47 +01:00
committed by GitHub
5 changed files with 8 additions and 5 deletions

View File

@@ -167,7 +167,7 @@ SHA256 digest for BasePlus: D01BDFB50EF023EF51806F5F0ED664523C1A6F25AA2778808558
The dataset with functions can be shared between different operating systems The dataset with functions can be shared between different operating systems
and allows to generate macros on site without showing their code. and allows to generate macros on site without showing their code.
SHA256 digest for GSM: 93D88D4465B68984E938212241DE55C7B12EBC20601538553AC9E1AC0628C006 SHA256 digest for GSM: 3EAF6E93642CCA9B5B592DF9BED4C8B20B60BCD4B0434720D12D26096717C4A9
[Documentation for GSM](https://github.com/yabwon/SAS_PACKAGES/blob/main/packages/gsm.md "Documentation for GSM") [Documentation for GSM](https://github.com/yabwon/SAS_PACKAGES/blob/main/packages/gsm.md "Documentation for GSM")

View File

@@ -115,7 +115,7 @@ SHA256 digest for BasePlus: D01BDFB50EF023EF51806F5F0ED664523C1A6F25AA2778808558
The dataset with functions can be shared between different operating systems The dataset with functions can be shared between different operating systems
and allows to generate macros on site without showing their code. and allows to generate macros on site without showing their code.
SHA256 digest for GSM: 93D88D4465B68984E938212241DE55C7B12EBC20601538553AC9E1AC0628C006 SHA256 digest for GSM: 3EAF6E93642CCA9B5B592DF9BED4C8B20B60BCD4B0434720D12D26096717C4A9
[Documentation for GSM](https://github.com/yabwon/SAS_PACKAGES/blob/main/packages/gsm.md "Documentation for GSM") [Documentation for GSM](https://github.com/yabwon/SAS_PACKAGES/blob/main/packages/gsm.md "Documentation for GSM")

View File

@@ -1,3 +1,6 @@
/* 20211105 */
GSM: 3EAF6E93642CCA9B5B592DF9BED4C8B20B60BCD4B0434720D12D26096717C4A9
/* 20211005 */ /* 20211005 */
BasePlus: D01BDFB50EF023EF51806F5F0ED664523C1A6F25AA2778808558C212E6D74725 BasePlus: D01BDFB50EF023EF51806F5F0ED664523C1A6F25AA2778808558C212E6D74725

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

Binary file not shown.