BookmarkSubscribeRSS Feed
SanjayM
Calcite | Level 5
Hi

How can I specify

Content-type: text/plain; encoding=iso-8859-1

I want the reports outputs as plain text in browser. My reprts is a Stored Process.

Help me with the syntax please.

Refer url

http://support.sas.com/rnd/itech/doc9/dev_guide/stprocess/httphead.html
1 REPLY 1
Cynthia_sas
SAS Super FREQ
Hi:
Your URL was the correct place in the documentation and it explained that STPSRV_HEADER is a DATA step function. So you'd need to use it in a DATA step:
[pre]
DATA _null_;
*** use function to change header;
run;
[/pre]

There are many examples of using STPSRV_HEADER on that URL. For a forum posting with a different example, refer to:
http://support.sas.com/forums/thread.jspa?messageID=6638᧮

Whether you should use %stpbegin or whether you should use _WEBOUT depends on how you intend to invoke the stored process. Tech Support can be of more help with this issue. Remember that the output from this technique will not be supported in Web Report Studio and PowerPoint, because they do not use the HTTP headers with SASReport XML and the output may not be respected in other client applications, either. Generally, this technique is best used for stored processes being executed via the Portal or through the Stored Process Web App.

To find out how to contact Tech Support, refer to:
http://support.sas.com/techsup/contact/index.html

cynthia

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

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
  • 1 reply
  • 820 views
  • 0 likes
  • 2 in conversation