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 (August 2002, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 27 Aug 2002 08:41:22 -0400
Reply-To:     Ed Heaton <EdHeaton@WESTAT.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Ed Heaton <EdHeaton@WESTAT.COM>
Subject:      Re: Importing one long record
Comments: To: Carsten Fogh Madsen <cafo@INT.TELE.DK>
Content-Type: text/plain

Carsten,

Data yourDataSet ; Input x @@ ; Cards4 ; 12345 23456 34567 45678 ;;;;

Ed

Edward Heaton, Senior Systems Analyst, Westat (An Employee-Owned Research Corporation), 1550 Research Boulevard, Room 2018, Rockville, MD 20850-3195 Voice: (301) 610-4818 Fax: (301) 294-3992 mailto:EdHeaton@westat.com http://www.westat.com

-----Original Message----- From: Carsten Fogh Madsen [mailto:cafo@INT.TELE.DK] Sent: Monday, August 26, 2002 2:43 PM To: SAS-L@LISTSERV.UGA.EDU Subject: Importing one long record

Hi,

I have a datafile where there seems to be only one record. The format of the record is: 12345 23456 34567 45678 The record length is more than 32767.

What I do not know the syntax for, is that it a new record after the 10 blanks and not a new variable.

/ CAFO


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