(1) This is only partially supported for VA 7.4 (which I think is what you have, the last VA 7.X release but with SAS 9.4). Some objects, like Decision Tree and Forecasting, can be included in reports. But most of the modeling objects (Linear Regression, Clustering, etc) are not supported objects in reports.
(2) You should be able to export the scoring script from your model if it is a VS model (cluster, LinReg, LogReg, GLM, DTree). That script can be run in a SAS session against any data with the expected column names for the model.
Once you have applied the script to a new data set, you can import the results to either VAE or VAD for further analysis or reporting. For VAD, you would only be able to import the scored values as a column in a table, not the details of the model itself.
... View more