2
votes
1answer
144 views
Error with ODS and Proc Template
I am trying to create a custom template within a program run via Enterprise Guide. However, no matter what I do, I keep getting an error:
ERROR: Template 'MyTemplate' was unable …
1
vote
2answers
56 views
SAS Enterprise Guide UNIX WORK library - viewing files
How do I view the file below in Enterprise Guide (v 4.1 ) ??
%let libWORK=%sysfunc(pathname(WORK)); * work lib is on UNIX ;
data _null_;
file "&libWORK./MYFILE.htm";
…