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

when i apply this statement 'category = PUT(recipient,$desc.);'  i get an error 484 format $desc was not found or could not be loaded

1 ACCEPTED SOLUTION

Accepted Solutions
agabru0
Fluorite | Level 6

Inserting the 'option' statement below sorted out my problem. thank

 

'options fmtsearch=(varkvlei.formats, library.formats);'

View solution in original post

3 REPLIES 3
VDD
Ammonite | Level 13 VDD
Ammonite | Level 13

Please post the SAS code you are using which should include your format for desc.  also post the SAS log rather that a snippet statement of the error.  Many times the issue is listed in the log prior to the error.  are the formats declared?

 

This link to a question much like yours may assist you in solving the problem.

https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-484-NOTE-484-185-Format-COMMA-was-not-foun...

another solution

https://communities.sas.com/t5/SAS-Procedures/Why-this-date-variables-are-not-converted-into-date9-f...

 

Astounding
PROC Star

So your program is looking for the $DESC format and can't find it.  A number of things to explore ...

 

Was the $DESC format ever created?  In this program, or in another program?

 

Was the $DESC format ever saved?  If so, where?

 

Does the program supply a value for the FMTSEARCH= option?

 

Any answers you can supply would be helpful.

agabru0
Fluorite | Level 6

Inserting the 'option' statement below sorted out my problem. thank

 

'options fmtsearch=(varkvlei.formats, library.formats);'

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
  • 3 replies
  • 988 views
  • 0 likes
  • 3 in conversation