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 2008, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 27 Mar 2008 11:19:14 -0400
Reply-To:     "Diskin, Dennis" <Dennis.Diskin@PHARMA.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Diskin, Dennis" <Dennis.Diskin@PHARMA.COM>
Subject:      Re: Notes in log file
Comments: To: Pinar Acar <pacar@METU.EDU.TR>
In-Reply-To:  A<20080327165708.ics4b287avscwcgw@webmail2.metu.edu.tr>
Content-Type: text/plain; charset="us-ascii"

Note 1, I believe is referring to a datastep trying to do a PUT to a page line in excess of the number of lines defined on the FILE statement (N= option).

Note 2 means SAS is trying to read an external file but the input statement has gone beyond the end of the line. Depending on the data structure, you may want to use the LRECL and/or MISSOVER options on INFILE.

HTH, Dennid Diskin

-----Original Message----- From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of Pinar Acar Sent: Thursday, March 27, 2008 10:57 AM To: SAS-L@LISTSERV.UGA.EDU Subject: Notes in log file

Hi all,

I'm an inexperienced SAS user. Recently, I had the following two notes in my log file that I don't recall seeing before.

Note 1 says: invalid data errors for file ... occurred outside the print range. Increase available buffer lines with the INFILE n= option.

Note 2 says: SAS went to a new line when INPUT statement reached past the end of a line.

Does anybody out there understand what these notes mean? Can I trust the results I have in the output file?

Thank you all in advance.

F. Pinar Acar, Ph.D. Department of Business Administration Middle East Technical University Inonu Bulvari Ankara, TURKEY Tel: +90 (312) 210-2052 E-Mail: pacar@metu.edu.tr


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