Getting Started with SAS Packages

Recompiled with new version of SAS Packages Framework.
This commit is contained in:
yabwon
2020-08-11 15:10:33 +02:00
committed by GitHub
parent b9fa8fc5d7
commit da3c8df259

View File

@@ -19,7 +19,7 @@ run;
- **DFA** (Dynamic Function Arrays)\[0.2\], contains set of macros and FCMP functions which implement: a dynamically allocated array, a stack, a fifo queue, an ordered stack, and a priority queue, run `%helpPackage(DFA,createDFArray)` to find examples.
```
%createDFArray(ArrDynamic, resizefactor=17);
%createDFArray(ArrDynamic, resizefactor=17);
data _null_;
call ArrDynamic("Allocate", -2, 2);