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
|