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 (November 1998, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 30 Nov 1998 11:27:11 -0800
Reply-To:     Kimberly_LeBouton@AHM.HONDA.COM
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         Kim LeBouton <Kimberly_LeBouton@AHM.HONDA.COM>
Subject:      Moving in Around In UNIX
Comments: To: caging@FINEARTS.UVIC.CA
Content-Type: text/plain; charset=us-ascii

Frank wrote...

We just moved from PC SAS to Unix SAS last week and I am trying hard to adjust myself to it. We use SAS 6.12 on SunOS 5.6. We run SAS using Exceed/Hummingbird X windows.

A simple question. How do I highlight a block of codes and run it?

For some strange reason, my SAS display manager on AIX is working almost like it did on SAS PC. I can mark text (without using Mark Block or vi), and then submit it with the little running guy icon.

I've made a few changes to SAS and operating system files, and can't exactly pinpoint what fixed the situation. Thus, I'm going to give you several suggestions of where to start.

First off, I running the latest and greatest version of Exceed (6.0.1.0) for Windows 95--at least that is what the installer told me. Things have seemed cleaner, since I was upgraded several months ago, but I don't think this was the fix that allowed cut-and-paste to behave better.

Second, from SAS display manager on UNIX under VIEW on the PMENU, I think that I altered the following:

Preferences-->Default Paste Buffer is set to Xterm

Edit Tool Box-->Command is set to WCOPY; Help Text is set to Copy Marked Text; and Tip Text is set to Copy.

Third, my .profile (not sure if this is a file that is available across all flavours of UNIX) directs my xapplresdir to a file that looks like the following. I'm not sure if this file was provided with the SAS installation or the Exceed installation, but SAS.markPasteBuffer has been cleared out.

!! !! Resource file written by Reshelper 2.1 !! !! Thursday, May 30, 1996 14:19:46 !! X Server Vendor: "Hummingbird Communications Ltd." !! !! These definitions were processed by Reshelper:

SAS.DMSFont: -schumacher-clean-bold-r-*-*-13-*-*-*-*-*-*-* SAS.DMSboldFont: -schumacher-clean-bold-r-*-*-13-*-*-*-*-*-*-*

SAS.keyboardTranslations: #override \ <Key>Insert: sas-toggle-insert() \n\ <Key>Delete: sas-delete-char()

SAS.maxWindowHeight:100 SAS.maxWindowWidth:100 SAS.windowHeight:85 SAS.windowWidth:85 SAS.wmBottomBorderWidth:10 SAS.wmLeftBorderWidth:10 !! SAS.sessionGravity:"SouthEastGravity" SAS.markPasteBuffer:

Hope some of this information helps. I'm sorry I didn't document better what we did to get cut-and-paste to work.

Kim LeBouton KJL Computing A SAS Quality Partner (tm)


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