BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
ybz12003
Rhodochrosite | Level 12

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;

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
ybz12003
Rhodochrosite | Level 12

Don't worry about it.  I figoured it out.  Thanks.

View solution in original post

1 REPLY 1
ybz12003
Rhodochrosite | Level 12

Don't worry about it.  I figoured it out.  Thanks.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 670 views
  • 0 likes
  • 1 in conversation