mirror of
https://github.com/yabwon/SAS_PACKAGES.git
synced 2026-01-04 13:50:06 +00:00
Getting Started with SAS Packages
Recompiled with new version of SAS Packages Framework.
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