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 (February 2002, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 27 Feb 2002 09:40:26 +0100
Reply-To:     Mernitz Frank <Frank.Mernitz@TAB.THUERINGEN.DE>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Mernitz Frank <Frank.Mernitz@TAB.THUERINGEN.DE>
Subject:      how to produce a dataset from catalog entry-contents (means: sas-
              program to sas-dataset)  ?
Comments: To: SAS-L@LISTSERV.VT.EDU
Content-Type: text/plain; charset="iso-8859-1"

> Often there is a need to find all occurances of a text string in my > applications. > I'm looking for a solution that gives a list of all entrys in which in > example is the string "proc sort data=customer"; > > the solution in > http://www.sas.com/service/techtips/ts_qa/procbuild.html > gives only one file with all the text. > But I need any files. Every file should be named like the catalo-entry it > was generated from . > > > a Solution with > > proc cport c=appl.exp asis file='export.txt'; > run; > > gives only "missmatch"-text output, there it is also hard to identify > code-lines from other sas-"sub-informations". > > > > Best solution: > > a dataset with > - name of catalog-entry > - number of code-line > - position of search-string in the line > - the codeline itself > > > > Would anyone be able to give some suggestions? > Any help or suggestions would be greatly appreciated. > > > Frank > EDV-Disp. Anwendungsentw. > Thüringer Aufbaubank > Europaplatz 5 > 99091 Erfurt > Tel. +49 361 7447402 > Fax. +49 361 7447566 > Internet: http://tab.th-online.de > > > > > *Archives: http://www.OpenITx.com/g/sas-l.asp > *Unsubscribe: mailto:leave-sas-l@openitx.com > *Terms of Use: http://www.ittoolbox.com/help/termsofuse.htm > *Copyright (c) ITtoolbox and message author. No redistribution.


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