Getting Started with SAS Packages

*macroArray* version 0.4
This commit is contained in:
yabwon
2020-09-07 10:26:35 +02:00
committed by GitHub
parent 6a53bbe50a
commit b867ed4309

View File

@@ -45,7 +45,7 @@ data _null_;
run;
```
- **macroArray**\[0.3\], implementation of an array concept in a macrolanguage, e.g.
- **macroArray**\[0.4\], implementation of an array concept in a macrolanguage, e.g.
```
%array(ABC[17] (111:127), macarray=Y);