When trying to set a style that is not one of the defaults in EG I get the above Warning and my style is automatically converted back to normal style.
The solution it says is as follows:1.Close SAS Enterprise Guide. Add code similar to the following to the AUTOEXEC.SAS file on the SAS server:
proc template;
define style MyStyle_1;
parent=styles.analysis;
end;
run;
However when i add this information to the server file the code does not run at all.
Has anyone run into this error and have they found a solution as to successful add the above coding?
... View more