mirror of
https://github.com/yabwon/SAS_PACKAGES.git
synced 2026-01-06 14:50:04 +00:00
Merge branch 'master' of https://github.com/yabwon/SAS_PACKAGES
This commit is contained in:
@@ -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.
|
- **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_;
|
data _null_;
|
||||||
call ArrDynamic("Allocate", -2, 2);
|
call ArrDynamic("Allocate", -2, 2);
|
||||||
|
|||||||
Reference in New Issue
Block a user