Files
dfa/README.md
Bart Jablonski b83cc8e754 The DFA package [ver. 0.5.6]
The DFA package [ver. 0.5.6]

Package regenerated with the latest version of the SAS Packages Framework (20230904).

SHA256 digest for the latest version of `DFA`: F*09EA5201360922A91A9EEE72F4567792E9CFDFB591BA33419E2BF2B31D9B7C62
2023-09-04 16:33:53 +02:00

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*09EA5201360922A91A9EEE72F4567792E9CFDFB591BA33419E2BF2B31D9B7C62
[**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").