Date: Sat, 10 Jul 2010 09:24:11 -0500
Reply-To: "Data _null_;" <iebupdte@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Data _null_;" <iebupdte@GMAIL.COM>
Subject: Re: SAS Communication with VB.Net Application Using Named Pipes
In-Reply-To: <FA871DBDAD534813B62B7165183D6AFD@KAM1720>
Content-Type: text/plain; charset=ISO-8859-1
On 7/9/10, Kevin Myers <KevinMyers@austin.rr.com> wrote:
> differeing fonts than the original output), the "0" values are all in column
> 2, and I have absolutely no idea where there are coming from. In the
Zero is the record length, it is the normal output of the LIST statement.
From the online DOC:
For variable-length records (RECFM=V), SAS writes the record length at
the end of the input line. SAS does not write the length for
fixed-length records (RECFM=F), unless the amount of data read does
not equal the record length (LRECL).
|