Re: Search for utility

2018-09-13 Thread Styles, Andy (ITS zPlatform Services)
On Behalf Of Sebastian Welton Sent: 13 September 2018 09:11 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Search for utility -- This email has reached the Bank via an external source -- On Wed, 12 Sep 2018 18:52:30 +, McCabe, Ron wrote: >Hello, > >Question from our developers...i

Re: Search for utility

2018-09-13 Thread Sebastian Welton
On Wed, 12 Sep 2018 18:52:30 +, McCabe, Ron wrote: >Hello, > >Question from our developers...is there an easy way to search for a string in >all COBOL programs except for 1 or 2? So what they would like to do is search >for a string in all but 1 or 2 of the COBOL programs in a PDS and the

Re: Search for utility

2018-09-12 Thread Jesse 1 Robinson
- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of McCabe, Ron Sent: Wednesday, September 12, 2018 2:20 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: (External):Re: Search for utility Thanks Kolusu...I will pass this on to my developers and let them try it out. T

Re: Search for utility

2018-09-12 Thread McCabe, Ron
: Search for utility Ron, There is no easier option to exclude members from the SRCHFOR list. If you are interested, here is a Batch version which will give you the desired results // EXPORT SYMLIST=(MEM1,MEM2,SRCHSTR) // SET MEM1=exclpgm1/* EXCLUDE MEMBER1 */ // SET MEM2=exclpgm2

Re: Search for utility

2018-09-12 Thread Nims,Alva John (Al)
ct: Search for utility Hello, Question from our developers...is there an easy way to search for a string in all COBOL programs except for 1 or 2? So what they would like to do is search for a string in all but 1 or 2 of the COBOL programs in a PDS and they don't want to have to "selec

Re: Search for utility

2018-09-12 Thread Sri h Kolusu
estions please let me know Thanks, Kolusu DFSORT Development IBM Corporation IBM Mainframe Discussion List wrote on 09/12/2018 11:52:30 AM: > From: "McCabe, Ron" > To: IBM-MAIN@LISTSERV.UA.EDU > Date: 09/12/2018 11:53 AM > Subject: Search for utility > Sent by: IBM Mainframe D

Re: Search for utility

2018-09-12 Thread Tony Thigpen
Can they not just ignore the 1 or 2 programs when they review the output? Tony Thigpen McCabe, Ron wrote on 09/12/2018 02:52 PM: Hello, Question from our developers...is there an easy way to search for a string in all COBOL programs except for 1 or 2? So what they would like to do is search

Re: Search for utility

2018-09-12 Thread Rob Schramm
t; Then L exception and remove the S > > > -Original Message- > > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] > > On Behalf Of Jousma, David > > Sent: Wednesday, September 12, 2018 12:09 PM > > To: IBM-MAIN@LISTSERV.UA.EDU > >

Re: Search for utility

2018-09-12 Thread Gibney, Dave
S * Then L exception and remove the S > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] > On Behalf Of Jousma, David > Sent: Wednesday, September 12, 2018 12:09 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Search for uti

Re: Search for utility

2018-09-12 Thread Jousma, David
Copy all but those 1 or 2 programs to a temp PDS and scan that? -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of McCabe, Ron Sent: Wednesday, September 12, 2018 2:53 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Search for utility

Search for utility

2018-09-12 Thread McCabe, Ron
Hello, Question from our developers...is there an easy way to search for a string in all COBOL programs except for 1 or 2? So what they would like to do is search for a string in all but 1 or 2 of the COBOL programs in a PDS and they don't want to have to "select" the programs from the list si