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: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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