From 1e142f042b6f70ea3cc079d1ac5c4e03933e3896 Mon Sep 17 00:00:00 2001 From: Allan Bowe Date: Sat, 30 Apr 2022 15:58:00 +0000 Subject: [PATCH] chore: improving docs --- all.sas | 3 ++- base/mp_streamfile.sas | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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: