Hello all!
I used to use this statement before creating ods tagsets.tableeditor:
filename temp url "http://support.sas.com/rnd/base/ods/odsmarkup/tableeditor/tableeditor.tpl";
%include temp;
but now it is giving me this error:
ERROR: Invalid reply received from the HTTP server. Use the debug option for more info.
The URL seems to be not working with a "NOT FOUND" message.
Does anybordy know if there is a problem here?
Besides that, is there any way to permanet include this statement without having to call it everytime?
Thank you!