Releases: SASPAC/macroarray
The macroArray package [ver. 1.2.6]
The macroArray
package [ver. 1.2.6]
Changes:
- Minor update in
%mcDictionary()
and%mcHashTable()
macros. Restrictions for object names check updated. - Documentation updated.
SHA256 digest for the latest version macroArray
: F*3F3893F1FCD78719543703E4353F4CC19811D247C016F220FF729B283C1AD790
The 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
The macroArray package [ver. 1.2.3]
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 macroArray: F*A0840B92EB9356EDB318DBE9B579A345C85ABF69E8D5F7C73C144C66F2F74FB4
The macroArray package [ver. 1.2.1]
The macroArray package [ver. 1.2.1]
Package regenerated with the latest version of the SAS Packages Framework (20231111).
SHA256 digests for macroArray: F*2A108D121D4DACAA8752E681301371F80F0500B2EE28A9E3B39678415BCBD6B2
The macroArray package [ver. 1.2.0]
The macroArray package [ver. 1.2.0]
- New parameters added to the
%mcDictionary()
macro which allows to populate dictionary directly from a data set (see the last example in the documentation). - Documentation updated.
SHA256 digest for the latest version of macroArray
: F*8689194590698F9A00B57FB37BE3CA8D7330F16B3E591CEAF49E6BE0B70D61D0
The macroArray package [ver. 1.1.1]
The macroArray
package [ver. 1.1.1
]
Changes:
- bug fixes.
- code optimization.
The SHA256 hash digest for package macroArray
:
F*E9C0C58FB36AC40C76A518066B8C6F9942202A9DB2C2D737E95D2BB6E4ECED50
The macroArray package [ver. 1.1.0]
The macroArray
package [ver. 1.1.0
]
Updates
New parameter in the %array()
macro:
q=
- Optional, indicates (when set to1
) if the value be surrounded by quotes. It usesquote(cats(...))
combo under the hood. Default value is0
. Ignored formacarray=M
.
Documentation updated.
SHA256 for macroArray is: F*6A22A01868F4203862B3685F543D723C7DB8E9AB3C1A6357D2BFA030971B0D3C
Example:
%array(UL[26] $, function = byte(rank("A")+_I_-1) , q=1)
%put &=UL1 &=UL2 ... &=UL25 &=UL26;
The macroArray package [ver. 1.0.6]
The macroArray package [ver. 1.0.6]
Package regenerated with the latest version of the SAS Packages Framework (20230904).
SHA256 digest for the latest version of macroArray
: F*4FAAEE7DF2854EA31933AE017A89C1615C7291A66A07CCE345041EB0D587ED4E
The macroArray package [ver. 1.0.5]
The macroArray package [ver. 1.0.5]
- Package regenerated with the latest version of the SAS Packages Framework (20230411).
The macroArray package [ver. 1.0.4]
The macroArray package [ver. 1.0.4]
- Package regenerated with the latest version of the SAS Packages Framework (20221215).