To stream complex HTML and Javascript code, you can create the code in a separate
file. Then use the %INCLUDE statement to include the file in your program.
The following example shows this approach.
filename temp1temp;
data _null_;
infile datalines;
file temp1;
input;
l=length(_infile_);
put @1 _infile_ ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more.