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

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

SAS Enterprise Guide vs. SAS Studio

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.

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