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);'

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 3 replies
  • 1389 views
  • 0 likes
  • 3 in conversation