mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-11 09:24:35 +00:00
14 lines
174 B
SAS
14 lines
174 B
SAS
/**
|
|
@file
|
|
@brief Makes an invalid JSON file
|
|
|
|
<h4> SAS Macros </h4>
|
|
**/
|
|
|
|
%webout(OPEN)
|
|
data _null_;
|
|
file _webout;
|
|
put ' the discovery channel ';
|
|
run;
|
|
%webout(CLOSE)
|