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 (October 2001, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 12 Oct 2001 12:04:27 -0400
Reply-To:     "Fehd, Ronald J." <rjf2@CDC.GOV>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Fehd, Ronald J." <rjf2@CDC.GOV>
Subject:      Re: Text File With Carriage Return
Comments: To: Patrick Smith <PSmith@USSC.GOV>
Content-Type: text/plain

> From: Patrick Smith [mailto:PSmith@USSC.GOV] > When creating a text file from a SAS dataset, is a carriage > return automatically added at the end of a record?

yes you get a CR at 'end'/closure of each put statement you can add extra with the new-line command slash: put 'something on first line' / 'this will be on the second line';

Ron Fehd the macro maven CDC Atlanta GA USA RJF2@cdc.gov OpSys: Win_Pro Ver: 8.2 ---> cheerful provider of UNTESTED SAS code from the KludgeWrx !*! <---


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