SAS Enterprise Guide

Desktop productivity for business analysts and programmers
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-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

Register now!

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 1203 views
  • 0 likes
  • 2 in conversation