mirror of
https://github.com/SASPAC/dfa.git
synced 2026-03-10 01:28:12 +00:00
The DFA package, version: 0.5.10 Package regenerated with the SAS Packages Framework, version 20260216. No functional changes, aesthetic documentation clean up. - File SHA256: `F*C1E5126D8EDE050A758BCB5DCCA56A37125B3646CE75F1CF41EDE00890901AD9` for this version - Content SHA256: `C*EE048846A8155C317867DCDB8EE1AE9E0352235DC247E4379D101A7296BD0C07` for this version
15 lines
659 B
Markdown
15 lines
659 B
Markdown
## `dfa` - *Dynamic Function Arrays* and other useful data structures for data step.
|
|
|
|
---
|
|
|
|
The **DFA** (Dynamic Function Arrays) package 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.
|
|
|
|
SHA256 digest for the latest version of `DFA`: F*C1E5126D8EDE050A758BCB5DCCA56A37125B3646CE75F1CF41EDE00890901AD9
|
|
|
|
[**Documentation for DFA**](./dfa.md "Documentation for DFA")
|
|
|
|
To work with a package use the [**SAS Packages Framework**](https://github.com/yabwon/SAS_PACKAGES/blob/main/README.md "SPFinit").
|