Hi SAS-C,
Just FYI, the macroArray package [ver. 1.3.0] is available in SASPAC now.
%do_over()
check
rephrase
trigger
unq
%array()
For detailed description of changes see releases notes.
A "sneak-peak" example:
/* %loadPackage(macroArray) */ /* macro array V with variables names list */ %array(V[4] ("a" "b" "c" "d"), macarray=Y) /* test data sets*/ data test; array x{*} %do_over(V) (1:&VN.); run; /* use %do_over for quick rename */ proc datasets nolist noprint lib=work; modify test12; rename %do_over(V,rephrase = ?=new_?) /* e.g., a=a_new */ ; run; quit; data _null_; set test; put _ALL_; run;
All the best
Bart
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.Register now and save with the early bird rate—just $795!
Register now
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.
Browse our catalog!