BookmarkSubscribeRSS Feed
thanikondharish
Calcite | Level 5

i wanted to create one format but it gave error see like below 

Capture.PNG

4 REPLIES 4
ChrisNZ
Tourmaline | Level 20

It looks like you have a very old version of SAS, where this syntax was not supported.

 

Run  %put &sysvlong; and report here.

Tom
Super User Tom
Super User

Doesn't the ANYALPHA() function return a numeric result? How is PROC FORMAT supposed to use that function to generate a character string?  Make an INFORMAT instead.

236   proc format ;
237     invalue anyalpha other=[anyalpha()] ;
NOTE: Informat ANYALPHA has been output.
238   run;
ballardw
Super User

When the OP format is valid syntax it returns '0' or '1' for the formatted value.

Of course you can't do calculations with the result very well...

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 4 replies
  • 807 views
  • 0 likes
  • 4 in conversation