diff --git a/all.sas b/all.sas index 342b786..6e40080 100644 --- a/all.sas +++ b/all.sas @@ -11723,7 +11723,8 @@ create table &outds as @file @brief Streams a file to _webout according to content type @details Will set headers using appropriate functions per the server type - (Viya, EBI, SASjs Server) and content as a binary stream. + (Viya, EBI, [SASjs Server](https://github.com/sasjs/server)) and stream + content using mp_binarycopy(). Usage: diff --git a/base/mp_streamfile.sas b/base/mp_streamfile.sas index 27f4f69..f660839 100644 --- a/base/mp_streamfile.sas +++ b/base/mp_streamfile.sas @@ -2,7 +2,8 @@ @file @brief Streams a file to _webout according to content type @details Will set headers using appropriate functions per the server type - (Viya, EBI, SASjs Server) and content as a binary stream. + (Viya, EBI, [SASjs Server](https://github.com/sasjs/server)) and stream + content using mp_binarycopy(). Usage: