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 2002, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 21 Mar 2002 17:04:51 +0100
Reply-To:   Jim Groeneveld <J.Groeneveld@ITGROUPS.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Jim Groeneveld <J.Groeneveld@ITGROUPS.COM>
Subject:   Re: print control characters on MVS
Comments:   To: Tony Harmon <atharmonshirt@REMOVESHIRTSWBELL.NET>
Content-Type:   text/plain

Tony,

About 15 years ago I made a simple, q&d text conversion program (in BASIC) that converted any text file with only control characters 13+10 (CR+LF), 12 (FF) and 8 (BS for overprinting characters on multiple lines) into text with each line preceded by an (extra) Carriage Control Character (position 1). Those CCC's were: space = just print the line from position 2 + = start a new page and print from position 2 - = overprint the line from position 2 The very first 3 (or 4) lines of file were not printed, were suppressed as a result of paper feed. I could look it up at home, but I wonder whether you could use it.

Regards - Jim. -- Y. (Jim) Groeneveld, MSc IMRO TRAMARKO tel. +31 412 407 070 senior statistician, P.O. Box 1 fax. +31 412 407 080 senior data manager 5350 AA BERGHEM IMRO TRAMARKO: a CRO J.Groeneveld@ITGroups.com the Netherlands in clinical research

My computer beeps when it complains; I complain when it beeps

Notice of confidentiality: this e-mail may contain confidential information intended for the addressed recipient only. If you have received this e-mail in error please delete this e-mail and please notify the sender so that proper delivery can be arranged.

> -----Original Message----- > From: Tony Harmon [SMTP:atharmonshirt@REMOVESHIRTSWBELL.NET] > Sent: Thursday, March 21, 2002 4:04 PM > To: SAS-L@LISTSERV.UGA.EDU > Subject: print control characters on MVS > > All, > > We have some SAS programs that create reports that are ftp'd > to a mid-tier environment (AIX), and then converted to a pdf > document. Our problem is that SAS is not putting the print > control characters in the report and therefore the report > doesn't page correctly when printed or viewed by anything > other than the SAS system. Is there a parameter in PROC > PRINT that tells SAS to put in the print control characters? > > Thanks, > Tony


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