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 2010, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: Kevin Myers <KevinMyers@austin.rr.com>
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).


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