I used ods html path='...' to generate an html with frame, title and body. The body displays well within the sas studio environment, but if I double clicked on frame, it is automatically downloaded to my local computer, so I double click body and title html as well, but when I try to display frame.html with my local browser, it complains the path is not correct (supposedly) as the path displayed is the current path in sas studio plus whatever I assigned to path in the ods statement. Then, comes the question I am asking on the title. e.g. File not found Firefox can’t find the file at /C:/Users/John/Downloads/~/ECRB94/data/output/toc.html. Here ~/ECRB94/data/output is where sas studio resides in.
... View more