mirror of
https://github.com/SASPAC/macroarray.git
synced 2025-12-10 09:54:36 +00:00
3452ff5ac5805597db2b01f16f3bad133a0ff74a
macroArray package [ver. 1.2.5]
## The `macroArray` package [ver. 1.2.5] --- ### Changes: - Bug fix in the `%concatArrays()` macro. - Spelling fix in log message of the `%make_do_over()` macro. --- SHA256 hash digest: `F*FFF2C3D854F9B5677F561BA2EB6FAA2CCC652D81F6AF9473ADF0A4CE977E43F0`
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*FFF2C3D854F9B5677F561BA2EB6FAA2CCC652D81F6AF9473ADF0A4CE977E43F0
To work with a package use the SAS Packages Framework.
Description
Languages
SAS
100%