LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (February 2004, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Sat, 7 Feb 2004 09:07:18 -0500
Reply-To:   Quentin McMullen <quentin_mcmullen@BROWN.EDU>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Quentin McMullen <quentin_mcmullen@BROWN.EDU>
Subject:   Re: call define URL
Comments:   To: jan@SELCHAU-HANSEN.INVALID

On Sat, 7 Feb 2004 10:13:57 +0100, Jan Selchau-Hansen <jan@SELCHAU- HANSEN.INVALID> wrote in part:

> >You have to move the "not printed" column PATH "in front". >Otherwise is is not known at the time you need it. >Like this. >proc report data=a nowd; > >column path macro descrip ; >

<snip>

Thanks Jan! The importance of order is slowly coming back to me from one of Ray Pass's papers. BTW, thanks also to Ray, since most of my meager understanding of proc report and HTML is growing from "proc report: doin' it in style" and similar SUGI papers.

For the second part of my question, I'm still struggling to get IE to open a link to a SAS file in the browser window, rather than prompt for a file download.

Below are three links:

1. <A HREF="c:\junk\mymacros\mac1.sas">mac1.sas</a><br> 2. <A HREF="c:\junk\mymacros\mac1.htm">mac1.htm</a><br> 3. <A HREF="c:\junk\mymacros\mac1.xyz">mac1.xyz</a>

If I click the first link, I get prompted for a file download, and then if I click "open" it opens the code in ultra edit. The second link works fine. Even the third link works like I want. I guess when IE sees an unknown/unregistered extension, it just treats it as a text file. Any ideas on how I can get IE to open a .sas file in the browser window, short of copying all of my macros from *.sas to *.htm? When I'm browsing on the internet, if I click on a .sas or .txt file they open in the browser. But when the file is stored locally, they prompt the file download. And this macro catalog will be stored locally.

Thanks again, --Quentin


Back to: Top of message | Previous page | Main SAS-L page