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 (August 2007, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 23 Aug 2007 12:46:14 +0000
Reply-To:     toby dunn <tobydunn@HOTMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         toby dunn <tobydunn@HOTMAIL.COM>
Subject:      Re: multiple dlm
Comments: To: apsteinberg@hotmail.com
In-Reply-To:  <1187868529.313528.269380@q3g2000prf.googlegroups.com>
Content-Type: text/plain; format=flowed

Just specify multiple Delimiters .

Example DLM = ',./'

Toby Dunn

Two wrongs are only the beginning.

Success always occurs in private and failure in full view.

Experience is something you don't get until just after you need it.

From: Captain <apsteinberg@HOTMAIL.COM> Reply-To: Captain <apsteinberg@HOTMAIL.COM> To: SAS-L@LISTSERV.UGA.EDU Subject: multiple dlm Date: Thu, 23 Aug 2007 04:28:49 -0700

Hi I have a txt file which has a dlm of "," for most of the variables. I then have 3 date variables on the same file that use just a , as the dlm. After these 3 date variables I have 3 payment variables that also use the , dlm and have a $ to begin the variable. The file is reading in everything except the 3 date variables (including the payment variables).

I need to know a way to read in the file using multiple dlms, I can not use line input since it is a dlm file.

Thanks

_________________________________________________________________ See what you’re getting into…before you go there http://newlivehotmail.com/?ocid=TXT_TAGHM_migration_HM_viral_preview_0507


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