mirror of
https://github.com/SASPAC/macroarray.git
synced 2025-12-10 09:54:36 +00:00
8c6b5e4b25dc22dc24eb08f0f5bd717e4755a52e
## The macroArray package [ver. 1.2.3] - Update in `q=` parameter for the `%array()` macro. - Fix in data set existence for `ds=` parameter in the `%array()` macro. - Documentation updated. --- SHA256 digests for packages: - macroArray: `F*A0840B92EB9356EDB318DBE9B579A345C85ABF69E8D5F7C73C144C66F2F74FB4`
macroArray - Macroarrays for macro codes
The macroArray package implements an array, a hash table, and a dictionary concept in macrolanguage. For example:
%array(ABC[17] (111:127), macarray=Y);
%macro test();
%do i = 1 %to 17;
%put &i.) %ABC(&i.);
%end;
%mend;
%test()
%let %ABC(13,i) = 99999; /* i = insert */
%do_over(ABC, phrase=%nrstr(
%put &_i_.%) %ABC(&_i_.);
),
which = 1:H:2
);
SHA256 digest for the latest version of macroArray: F*A0840B92EB9356EDB318DBE9B579A345C85ABF69E8D5F7C73C144C66F2F74FB4
To work with a package use the SAS Packages Framework.
Description
Languages
SAS
100%