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 (March 2009, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 16 Mar 2009 21:51:06 -0400
Reply-To:     Akshaya <akshaya.nathilvar@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Akshaya <akshaya.nathilvar@GMAIL.COM>
Subject:      Re: why does this proc print keep running?
Comments: To: Huong Halpin <huongnhalpin@yahoo.com>
In-Reply-To:  <151838.56931.qm@web39805.mail.mud.yahoo.com>
Content-Type: text/plain; charset=ISO-8859-1

I've been accessing Remote server under Mac, never have any key issues. If you want use F: keys, press Function(fn)+F: keys simultaneously. I ran your code in windows SAS on VMware fusion, works fine no looping.

On Mon, Mar 16, 2009 at 2:26 PM, Huong Halpin <huongnhalpin@yahoo.com>wrote:

> Yes, I did restart a new one but the same thing happened. I am working > on a parallel desktop for Mac? I noticed that keyboard commands such > as F1-9 don't work as in Windows. > > Huong > > > > ________________________________ > > > ________________________________ > From: Gerhard Hellriegel <gerhard.hellriegel@T-ONLINE.DE> > To: SAS-L@LISTSERV.UGA.EDU > Sent: Monday, March 16, 2009 10:59:32 AM > Subject: Re: why does this proc print keep running? > > I can't find anything strange in the lines below. Did you end your SAS > session and restarted a new one? Sometimes something strange was left in > the submit buffer from a previous session? > > Another thing: on what OS you are working? On some OS, eg. zOS normally > proc print prints the first page and then waits for you to confirm the > print of the rest. Don't know if there is an option for that behaviour. I > never saw that under win. > > Gerhard > > > > > On Mon, 16 Mar 2009 13:33:20 -0400, Huong Halpin <huongnhalpin@YAHOO.COM> > wrote: > > >To all, > > > >I don't see anything wrong with proc print below but it kept running. It > >did print the data correctly. However, I could not execute anything else > >unless I use "break" to stop this proc print; > > > > > >data sasuser.talent2; > > set sasuser.talent; > > ftheight=input(height,2.)/12; > >run; > >proc print data=sasuser.talent2; > >run; > > > >TIA > >Huong >

-- AkshayA!


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