Have you set options fmtsearch?
http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000279102.htm
Post full log of proc format and datastep if so.
Notice the first line of what you posted. This means you have to add (at the beginning of your program):
options fmtsearch=(varkvlei.formats, library.formats);
Otherwise, SAS will look in the wrong place to try to find $DESC.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.