- Update access to SASHELP is required in order to make the changes below. - Before submitting the PROC TEMPLATE code, make a backup copy of the following file: !SASROOT\core\sashelp\tmplmst.sas7bitm Download the grphtags.tpl file that is appropriate for your release of SAS. - From a SAS session, submit the following code: ODS PATH SASHELP.TMPLMST(UPDATE); %INC "full path and filename of downloaded grphtags.tpl file"; ie. %INC "c:\temp\grphtags.tpl"; - Any SAS/GRAPH program that produces output with DEVICE=JAVA will now produce correct HTML output.