SAS: Access permanent format

If you see “Format $var1 was not found or could not be loaded.” message in the log, use format search options to access the permanent format to run the program.

options fmtsearch = (libname.dataset);

eg:

options fmtsearch = (fmt_pes.formats);