LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (February 1996, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 8 Feb 1996 16:08:00 PST
Reply-To:     Fry Chris <chris@DFI.COM>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         Fry Chris <chris@DFI.COM>
Subject:      Re: line length with PUT?

Juha,

I have used the option lrecl=500 in the past. It does not create fixed length records. It simply resets the maximum record length (133 on your computer) to a new value. Try it!

Chris Fry Decision Focus Incorporated chris@dfi.com ---------- From: owner-sas-l To: Multiple recipients of list SAS-L Subject: line length with PUT? Date: Wednesday, February 07, 1996 9:55PM

Is there any way to put over 133 chars per line with PUT (no print option)? I have found out that over 133 chars PUT makes extra cr/lf on every PUT. SAS-I helpdesk gave option lrecl, but does it make fixed lenght records?

thanks, Juha Kari


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