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 1999, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 31 Mar 1999 15:04:57 -0600
Reply-To:   "Kevin F. Spratt" <Kevin-Spratt@UIOWA.EDU>
Sender:   "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:   "Kevin F. Spratt" <Kevin-Spratt@UIOWA.EDU>
Subject:   Re: SAS to Word 6.0 (Problem Solved!)
Content-Type:   text/plain; charset="us-ascii"

>>I now have a situation where I need to import a proc univariate >>table into Word 6.0 (running under WinOS/2) and the line characters >>convert to a print character that is not to my liking. >> >>Sorry if this is an old problem, but could someone tell me how to >>read the SAS 6.12 output running under OS/2 into Word 6.0 so that >>the lines in the table come through correctly? >>

Thanks to all for the timely suggestions.

As some of you know, the OS/2 implementation of SAS 6.12 makes for some adjustments: Rock solid reliability and faster computing, especially with HPFS, must come at a price. One aspect of that price is with the printing (at least as I have it implemented).

The solution apparently has to due with how SAS was storing my output file in conjunction with how word 6.0 choosed to read this file in. I save my log and output files automatically with a DM command:

DM 'LOG;FILE LOG REP;OUTPUT;FILE OUT REP;'; /* SAVING LOG AND OUTPUT SCREENS */

I always assumed this was a simple ASCII save (and maybe it is).

To get Word 6.0 to read in this file without the funny characters in place of the -, |, and + used to define cells in proc tabulate, I found that calling the file into the enhanced OS/2 editor and then saving it back in Plain Text format does the trick.

If anyone would care to comment on why this does the trick, additional insights appreciated. If there are additional statements or options that would force DM to save in the Plain Text Format, I would like to know this as well.

___________________________________________________________

Kevin F. Spratt, Ph.D. Iowa Testing Programs & Spine Diagnostic & Treatment Center & Iowa Spine Research Center 224-D Lindquist Center University of Iowa Iowa City, Iowa 52242 (319) 335-5572 (voice) (319) 335-6399 (fax) Kevin-Spratt@Uiowa.edu (e-mail)


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