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 (March 1999, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Mon, 8 Mar 1999 16:03:12 -0500
Reply-To:   bill_droogendyk@DOFASCO.CA
Sender:   "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:   "W. Droogendyk" <bill_droogendyk@DOFASCO.CA>
Subject:   xxx.xxxx.spflog.xxx
Comments:   To: gtiedens@njcmail.ups.com
Content-Type:   text/plain

Gary:

statement below is one choice

if index(upcase(varname),'SPFLOG') > 0;

W. (Bill) Droogendyk Voice: 905 548 7200 x3359 Fax: 905 548 4007 email: bill_droogendyk@dofasco.ca <mailto:bill_droogendyk@dofasco.ca> Hamilton, Ontario, Canada

-----Original Message----- From: Gary Tiedens [SMTP:gtiedens@NJCMAIL.UPS.COM] Sent: Monday, March 08, 1999 15:41 To: SAS-L@UGA.CC.UGA.EDU Subject:

Hello all,

I have a dataset with over 600,000 observations in it. I am trying to extract only those obs. that have the word spflog in it. I tried the scan function and the result that I received were not what I wanted, I also tried substr. Any ideas.....

xxx.xxxx.spflog.xxx xxx.spflog.xxx.xxxx

Gary E Tiedens United Parcel Service


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