BookmarkSubscribeRSS Feed
thanikondharish
Calcite | Level 5
Ods html file="D:\class.html";
Proc report data=sashelp.class ;
Run;
Ods html close;

If I run above program the html file will form .
How to set password for that html file
Note: If any other person wants to see that html file it sholud be asked password
5 REPLIES 5
Kurt_Bremser
Super User

HTML files are simple text and therefore provide no password protection or similar. Store the file in a location where only the required persons can access it. This includes compressed archives which offer password protection.

thanikondharish
Calcite | Level 5
How can we create using proc template(using java script)
thanikondharish
Calcite | Level 5
Fine then how to create for XLSX file when we are exporting using proc
export
Kurt_Bremser
Super User

@thanikondharish wrote:
Fine then how to create for XLSX file when we are exporting using proc
export

From reading the documentation, I see no option to provide a password in SAS. Set the password in Excel, or follow my first advice.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 5 replies
  • 977 views
  • 0 likes
  • 2 in conversation