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

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 867 views
  • 0 likes
  • 2 in conversation