BookmarkSubscribeRSS Feed
SanjayM
Calcite | Level 5
We are using Custom formats in our Stored Process which works fine when run from SAS EG or Stored Process Application.

When I run the Stored Process from LSF I get this error.

ERROR: The format COM14FMT was not found or could not be loaded.
403 define YTD_GPI_PERC / SUM width=6 format=per6fmt.;
ERROR: The format PER6FMT was not found or could not be loaded.
404 define LYYTD_Sales / sum width=15 format=COM15FMT. ;
ERROR: The format COM15FMT was not found or could not be loaded.
405 define LYYTD_GPI / sum width=14 format=COM14FMT.;
ERROR: The format COM14FMT was not found or could not be loaded.
406 define LYYTD_GPI_Perc / sum width=6 FORMAT=per6fmt.;
ERROR: The format PER6FMT was not found or could not be loaded.
407 compute before Main_Group;
1 REPLY 1
deleted_user
Not applicable
There is probably a configuration difference between the LSF app and the other two. I suspect it will be a different FmtSearch option that you can easily correct by adding a single line within your code object or autoexec.

Kind regards

David

sas-innovate-2026-white.png



April 27 – 30 | Gaylord Texan | Grapevine, Texas

Registration is open

Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!

Register now

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

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
  • 1 reply
  • 911 views
  • 0 likes
  • 2 in conversation