LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (April 1998, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 3 Apr 1998 15:55:09 -0600
Reply-To:   John McKown <joarmc@PRODIGY.NET>
Sender:   "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:   John McKown <joarmc@PRODIGY.NET>
Organization:   Prodigy Services Corp
Subject:   Re: Tab-delimited input file

I think you'd use the following:

INFILE file-specification DLM='09'X; /* '09'X is an ASCII TAB */

INPUT var1 $ var2;

Assuming you have two variables, the first of which is character, the second of which is numeric.


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