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 (August 2004, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 16 Aug 2004 12:38:50 -0400
Reply-To:     Bruce Johnson <bjohnson@SOLUCIENT.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Bruce Johnson <bjohnson@SOLUCIENT.COM>
Subject:      Re: NOTE: SAS went to a new line
Comments: To: "Richard A. DeVenezia" <radevenz@IX.NETCOM.COM>
Content-Type: text/plain; charset="us-ascii"

You could add OPTIONS NONOTES;, but you'd lose the number of observations and variables. You could change your input file...

________________________________ Bruce A. Johnson bjohnson@solucient.com

-----Original Message----- From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of Richard A. DeVenezia Sent: Monday, August 16, 2004 10:13 AM To: SAS-L@LISTSERV.UGA.EDU Subject: NOTE: SAS went to a new line

I get the number of obs I want (10), but is there a way to prevent the NOTE: about a new line ?

----- data foo; input x @@; cards; 1 2 3 4 5 6 7 8 9 10 ; run; ----- NOTE: SAS went to a new line when INPUT statement reached past the end of a line. NOTE: The data set WORK.FOO has 10 observations and 1 variables.

infile cards missover; caused this message ERROR: The INFILE statement MISSOVER option and the INPUT statement double trailing @ option, are being used in an inconsistent manner. The execution of the DATA STEP is being terminated to prevent an infinite loop condition.

-- Richard A. DeVenezia This message is a private communication. It may contain information that is confidential and legally protected from disclosure. If you are not an intended recipient, please do not read, copy or use this message or any attachments, and do not disclose them to others. Please notify the sender of the delivery error by replying to this message, and then delete it and any attachments from your system. Thank you, Solucient LLC (rev eXclaimer 2x)


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