I have been using SAS Model Studio to train various models. For several models, including Linear Regression and Decision Tree models, there is a section of the output called 'Path EP Score Code' that I can copy-paste into Model studio and apply to data as needed. This works just fine.
When I train a Forest model in SAS Model Studio, the same Path EP Score Code output is not available, and the code that is available in the output appears to make reference to model tables scored in CAS.
How can I take a model that is trained in SAS Model Studio, and apply it to data in SAS Studio?