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-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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