BookmarkSubscribeRSS Feed
harshpatel
Quartz | Level 8

Hello Folks,

I am trying to run the below code in SAS Studio in SAS Viya

data _null_;
rc = appsrv_header('Content-type','application/vnd.openxmlformats-officedocument.spreadsheetml.sheet');
rc = appsrv_header('Content-disposition','attachment; filename=test.xlsx');
run;

ods excel file = _webout ;


title "&title";
proc print data=sashelp.class;
run;
ods excel close;

But it is showing error that 

Program error.
68-185: The function APPSRV_HEADER is unknown, or cannot be accessed.

Actually i want to link this code with my graphs to download the excel file.

Please help

 

Regards,

Harsh Patel

2 REPLIES 2
harshpatel
Quartz | Level 8

Thank You for your answer.

But what is the solution of my question whether i could download the excel file with this code or any alternate code?

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!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

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
  • 2 replies
  • 1009 views
  • 0 likes
  • 2 in conversation