Hi SAS Experts, This poster was written to ask how to obtain result files that returned by a stored process when it was called from SAS code from another computer? Assume StoredProcess_A is a web service on a server, which will generate a result file (for example a pdf file). When the STP is called from a webpage, it is quite easy to send the result to frontend for downloading by redirect the file contents to _webout. However, I am not sure how to obtain the result file when the stored process is called from SAS code, such as by using PROC HTTP in EG on another computer? I understand that one way to achieve the feature is to save the output file on the server, and then to download the save file from the client computer with the URL returned by the STP. However, this strategy is not allowed in my working environment. I wonder is there any direct way to obtain the result file from the stored process when it was called from SAS code? Any suggestions or examples are much appreciated! Regard, Zach
... View more