Hi, As I understand it, when Web Report Studio (WRS) invokes a stored process, the only output format it can receive from the stored process is the SASREPORT (xml) format. Is that correct? And also, it looks like WRS can only receive PACKAGE results, not streaming results? The implication of this is that if I have a stored procedure, and want the user to be able to specify _ODSDEST= pdf | rtf | html, the user CANNOT use WRS to invoke the stored procedure, because WRS is only happy receiving _ODSDEST=SASREPORT. Correct? So basically, WRS can receive (and create, and store, and edit) reports in this SASREPORT (xml) format. And that is really the only file format "supported" by WRS. (with I guess exception that if you register a pdf, looks like its possible for WRS to display it, and could create a pdf through "print" command). Thanks, --Q.
... View more