| Date: | Thu, 18 Dec 2008 14:36:14 -0600 |
| Reply-To: | "./ ADD NAME=Data _null_," <iebupdte@GMAIL.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | "./ ADD NAME=Data _null_," <iebupdte@GMAIL.COM> |
| Subject: | Re: title contents to a macro variable |
|
| In-Reply-To: | <494A5810.72A7.0010.0@acadaff.umsmed.edu> |
| Content-Type: | text/plain; charset=ISO-8859-1 |
Do you want to get the text of the title and put that in macro. Or
have a macro that becomes the title text.
1) dictionary.titles contains the text of the titles and footnotes if
you want to go from title to macro.
2) %let title1 = School of ...;
title1 "&title1";
On 12/18/08, Jamil Ibrahim <jibrahim@acadaff.umsmed.edu> wrote:
> Silly question....
> Can you store the contents of a title statement to a macrovariable or to avariable?
> title1 "School of Medicne";
> I want a macro var to be equal School of Medicne as an example?
> Thanks.....
>
>
> Dr. Jamil Ibrahim, Ph.D.
> Scientist IV
> Professor , SHRP
> Research Supervisor
> Univ. Of Miss. Med. CTR.
> 2500 N state St
> Jackson, MS 39216
> Tel. 601-984-1197
> Fax 601-984-1205
> Nternet: jibrahim@acadaff.umsmed.edu
> The information contained in the attachment(s) to this email is confidential. If you were not expecting a confidential email from the Department of Institutional Research at the University of Mississippi Medical Center, please do not view, open, disclose, reproduce, distibute or otherwise use this attachment. If you received this email in error, please notify me immediately. Thank you.
>
>
> Individuals who have received this information in error or are not authorized to receive it must promptly return or dispose of the information and notify the sender. Those individuals are hereby notified that they are strictly prohibited from reviewing, forwarding, printing, copying, distributing or using this information in any way.
>
|