mirror of
https://github.com/yabwon/SAS_PACKAGES.git
synced 2026-01-05 06:10:05 +00:00
macroArray, version 0.4
This commit is contained in:
19
README.md
19
README.md
@@ -77,15 +77,20 @@ run;
|
|||||||
```
|
```
|
||||||
%array(ABC[17] (111:127), macarray=Y);
|
%array(ABC[17] (111:127), macarray=Y);
|
||||||
|
|
||||||
%do i = 1 %to 17;
|
%macro test();
|
||||||
%put &i.) %ABC(&i.);
|
%do i = 1 %to 17;
|
||||||
%end;
|
%put &i.) %ABC(&i.);
|
||||||
|
%end;
|
||||||
|
%mend;
|
||||||
|
%test()
|
||||||
|
|
||||||
%let %ABC(13,i) = 999; /* i = insert */
|
%let %ABC(13,i) = 99999; /* i = insert */
|
||||||
|
|
||||||
%do i = 1 %to 17;
|
%do_over(ABC, phrase=%nrstr(
|
||||||
%put &i.) %ABC(&i.);
|
%put &_i_.%) %ABC(&_i_.);
|
||||||
%end;
|
),
|
||||||
|
which = 1:H:2
|
||||||
|
);
|
||||||
```
|
```
|
||||||
|
|
||||||
- **BasePlus**\[0.62\] adds a bunch of functionalities I am missing in BASE SAS, such as:
|
- **BasePlus**\[0.62\] adds a bunch of functionalities I am missing in BASE SAS, such as:
|
||||||
|
|||||||
Reference in New Issue
Block a user