If you create a project using a data set that uses formats created with the FORMAT procedure, running the pipeline fails.
There are some steps that you need to take to make the format library available to SAS Visual Forecasting and CAS.
addFmtLib action,
for example:
cas.addfmtlib="myformats1.sashdat myuserformats2.sashdat"
For more information about this action, see addFmtLib Action in SAS Viya Programming Documentation.
cas casauto fmtsearch=(myformats1 myuserformats2);
For more information about this system option, see FMTSEARCH= System Option in SAS Viya Programming Documentation.
For more information about user-defined formats in CAS, see these resources.