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.

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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