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:         Sun, 1 Feb 2004 16:58:40 GMT
Reply-To:     julierog@ix.netcom.com
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Roger Lustig <trovato@VERIZON.NET>
Subject:      Re: Two little tasks for SAS experts...
Content-Type: text/plain; charset=us-ascii; format=flowed

Dear EA:

To question 1: Jules has shown you the concatenation operator ||. (!! works too, by the way.) If you have Version 9 running, check out the new CAT, CATS, CATT, and CATX functions.

To question 2: Nothing simpler!

ods html body=<filespec>;

<your code here>

ods html close;

Now, if you want *only* the graphs from a larger series of outputs, that may take a few more statements.

Best,

Roger

EA wrote:

> First: > > There is two variables x1 and x2. I want to combine them to new variable. > For example > x1=abc > and > x2=def > I want to do new variable like x3=absdef. > How to do this whit SAS? > > Second: > Is it possible to generate html-file that includes all graphs from output? > How to do that (IntrNet has installed) > > -- > thanks, > EA > > >


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