Const sampleResponse
sampleResponse: "<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"/>6 @file mm_webout.sas7 @brief Send data to/from SAS Stored Processes8 @details This macro should be added to the start of each Stored Process,9 **immediately** followed by a call to:10 %webout(OPEN)MPRINT(MM_WEBIN): ;MPRINT(MM_WEBLEFT): filename _temp temp lrecl=999999;MPRINT(MM_WEBOUT): data _null_;MPRINT(MM_WEBRIGHT): file _temp;MPRINT(MM_WEBOUT): if upcase(symget('_debug'))='LOG' then put '>>weboutBEGIN<<';" = `<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"/>6 @file mm_webout.sas7 @brief Send data to/from SAS Stored Processes8 @details This macro should be added to the start of each Stored Process,9 **immediately** followed by a call to:10 %webout(OPEN)MPRINT(MM_WEBIN): ;MPRINT(MM_WEBLEFT): filename _temp temp lrecl=999999;MPRINT(MM_WEBOUT): data _null_;MPRINT(MM_WEBRIGHT): file _temp;MPRINT(MM_WEBOUT): if upcase(symget('_debug'))='LOG' then put '>>weboutBEGIN<<';`