I have encounterd the same problem but have added a step immediately at the end of the stored process as per excerpt below. This works the same way as printing results into the results window in Base SAS or Enterprise Guide. %INCLUDE "&File_Path.\&SP..sas"; %RunSP; DATA _NULL_; FILE PRINT; PUT "&metric. ran successfully"; PUT %STR(); RUN; %STPEND;
... View more