From da3c8df25922e37ef3bd5744999091eb1376965b Mon Sep 17 00:00:00 2001 From: yabwon Date: Tue, 11 Aug 2020 15:10:33 +0200 Subject: [PATCH] Getting Started with SAS Packages Recompiled with new version of SAS Packages Framework. --- packages/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/README.md b/packages/README.md index 35b1fd7..a89f208 100644 --- a/packages/README.md +++ b/packages/README.md @@ -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);