This is an ODS (SAS 9.2) question that is specific to the Stored Process server but am asking it here since it is more about ODS that BI/EBI.
I have a set of stored processes that stream HTML back to the user's browser, but also create pdf and rtf versions of the reports that are available via the replay program.
I want to use the preimage style attribute to insert an image into title line 1. However for the HTML destination the name/path for the image has to be the web accessible path on the web server to the image since ODS is generating an img tag. However for the PDF and RTF destinations, the name/path for the image has to be the physical location on the SAS Compute Server.
I can put the images on both servers, but I don't see how to specify different values in a single title statement. Someone told me that inline formatting in 9.2 might be able to do this.
Any/all input/help/advice is appreciated.
... View more