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 (September 2008, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 1 Sep 2008 14:20:47 -0700
Reply-To:     Sierra Info Services <sfbay0001@AOL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Sierra Info Services <sfbay0001@AOL.COM>
Organization: http://groups.google.com
Subject:      Re: data extraction
Comments: To: sas-l@uga.edu
Content-Type: text/plain; charset=UTF-8

Can you please clarify your selection criteria?

Thanks!

On Sep 1, 1:43�pm, scott.rayn...@TARGETBASE.COM (Scott Raynaud) wrote: > I know this is simple, but nothing I've tried has worked. �I have a file > with a billion rows that looks something like this: > > obs transaction � �cf_flag > 1 � 1 � � � � � � �2 > 2 � 1 � � � � � � �2 > 3 � 2 � � � � � � �1 > 4 � 2 � � � � � � �2 > > This file is sorted by transaction and cf_flag. �I want to extract into a > new file: > > obs transaction � �cf_flag > 3 � 2 � � � � � � �1 > 4 � 2 � � � � � � �2 > > Suggestions appreciated.


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