Hello:
I have the first 'call symputx' is working. Then, I don't like to type too much text, I changed 'd_bd' to 'N1'. I got an error message from Log. Why? How to fix it?
Correct codes:
data perm.count;
set perm.test;
array bd_dx(*) bd_dx: ;
call symputx('d_bd',dim(bd_dx));
stop;
run;
Wrong codes:
data perm.count;
set perm.test;
array bd_dx(*) bd_dx: ;
call symputx('N1',dim(bd_dx));
stop;
run;
Don't worry about it. I figoured it out. Thanks.
Don't worry about it. I figoured it out. Thanks.
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!
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.