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 (July 2003, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Sat, 12 Jul 2003 19:28:36 +0300
Reply-To:     Arto Raiskio <arto.raiskio@SUOMENPOSTI.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Arto Raiskio <arto.raiskio@SUOMENPOSTI.COM>
Subject:      Re: Invalid argument to function INPUT?

"Aldi Kraja" wrote > Does anybody see any error reason in these steps

chance to truncover instead of missover in your infile statement you can also just code the input as plain " input; " and then manipulate the _INFILE_

another variation is to test for the length of the input buffer with 'length=' keyword and test to see if the line currently in the buffer if less or equal to some length


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