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 (December 2003, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 19 Dec 2003 10:45:08 -0800
Reply-To:   pd <sophe88@YAHOO.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   pd <sophe88@YAHOO.COM>
Subject:   VB, FB, Input, @

I have a flat file with VB, length 4000 on mainframe.

I wrote :

data anything; infile vb; input @1 var1 $char2........ @3992 lastvar 8.; run;

I know how to convert it to FB, length 4000. My question is : for me to use Input @, do I really need to convert from VB to FB? I know if it is a CSV, it probably is a nonissue. I just set the delimiter right. I browed the VB file on mainframe. It looks messy, but the results, by proc freq, look fine. After the conversion, the data look straight columns.

Thanks. PD


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