1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-17 17:10:05 +00:00

Update invalidJSON.sas

This commit is contained in:
Allan Bowe
2023-04-06 11:33:31 +01:00
committed by GitHub
parent cb106c76cb
commit d1139857a4

View File

@@ -1,6 +1,6 @@
/** /**
@file @file
@brief Makes an error @brief Makes an invalid JSON file
<h4> SAS Macros </h4> <h4> SAS Macros </h4>
**/ **/
@@ -10,4 +10,4 @@ data _null_;
file _webout; file _webout;
put ' the discovery channel '; put ' the discovery channel ';
run; run;
%webout(CLOSE) %webout(CLOSE)