Re: Multi-line Srchfor Utility?

2009-06-13 Thread Binyamin Dissen
On Fri, 12 Jun 2009 10:10:06 -0500 Chase, John jch...@ussco.com wrote: : -Original Message- : From: IBM Mainframe Discussion List On Behalf Of Binyamin Dissen : On Fri, 12 Jun 2009 07:58:50 -0500 Mark Zelden :mark.zel...@zurichna.com : wrote: : :On Fri, 12 Jun 2009 08:05:48 -0400,

Re: Multi-line Srchfor Utility?

2009-06-12 Thread Mike Myers
Date: Thu, 11 Jun 2009 14:40:56 -0500 From: jch...@ussco.com Subject: Re: Multi-line Srchfor Utility? To: IBM-MAIN@bama.ua.edu -Original Message- From: IBM Mainframe Discussion List On Behalf Of Klein, Kenneth It's a good case for a rexx program

Re: Multi-line Srchfor Utility?

2009-06-12 Thread Mark Zelden
On Fri, 12 Jun 2009 08:05:48 -0400, Mike Myers m...@mentor-services.com wrote: If you were to take Dave's approach, I wrote a REXX EXEC that will execute the same edit macro against all members of a PDS or PDSE, given the name of the PDS and the name of the macro as input. See EDMACALL on my

Re: Multi-line Srchfor Utility?

2009-06-12 Thread Binyamin Dissen
On Fri, 12 Jun 2009 07:58:50 -0500 Mark Zelden mark.zel...@zurichna.com wrote: :On Fri, 12 Jun 2009 08:05:48 -0400, Mike Myers m...@mentor-services.com wrote: : :If you were to take Dave's approach, I wrote a REXX EXEC that will :execute the same edit macro against all members of a PDS or PDSE,

Re: Multi-line Srchfor Utility?

2009-06-12 Thread Dave Salt
it; you'll get it! http://www.mackinney.com/products/SIM/simplist.htm Date: Thu, 11 Jun 2009 14:40:56 -0500 From: jch...@ussco.com Subject: Re: Multi-line Srchfor Utility? To: IBM-MAIN@bama.ua.edu -Original Message- From: IBM Mainframe

Re: Multi-line Srchfor Utility?

2009-06-12 Thread Chase, John
-Original Message- From: IBM Mainframe Discussion List On Behalf Of Binyamin Dissen On Fri, 12 Jun 2009 07:58:50 -0500 Mark Zelden mark.zel...@zurichna.com wrote: :On Fri, 12 Jun 2009 08:05:48 -0400, Mike Myers m...@mentor-services.com wrote: : :If you were to take Dave's

Multi-line Srchfor Utility?

2009-06-11 Thread Chase, John
Hi, All, Anyone know of a SuperC-like utility that will parse out a complete EXEC CICS command? The immediate need is to list out all EXEC CICS QUERY SECURITY commands in our production source library (all COBOL, so they'd all end with the string END-EXEC). It would also be nice if the output

Re: Multi-line Srchfor Utility?

2009-06-11 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Chase, John Sent: Thursday, June 11, 2009 8:26 AM To: IBM-MAIN@bama.ua.edu Subject: Multi-line Srchfor Utility? Hi, All, Anyone know of a SuperC-like utility that will parse out

Re: Multi-line Srchfor Utility?

2009-06-11 Thread Paul Gilmartin
On Thu, 11 Jun 2009 09:12:02 -0500, McKown, John wrote: -Original Message- [mailto:ibm-m...@bama.ua.edu] On Behalf Of Chase, John Anyone know of a SuperC-like utility that will parse out a complete EXEC CICS command? The immediate need is to list out all EXEC CICS QUERY SECURITY

Re: Multi-line Srchfor Utility?

2009-06-11 Thread Klein, Kenneth
] On Behalf Of McKown, John Sent: Thursday, June 11, 2009 10:12 AM To: IBM-MAIN@bama.ua.edu Subject: Re: Multi-line Srchfor Utility? -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Chase, John Sent: Thursday, June 11, 2009 8:26 AM To: IBM

Re: Multi-line Srchfor Utility?

2009-06-11 Thread Chase, John
-Original Message- From: IBM Mainframe Discussion List On Behalf Of Klein, Kenneth It's a good case for a rexx program. Just let me know what you want parsed out and give some samples of input to look at. For the immediate task, I just need to extract EXEC CICS QUERY SECURITY

Re: Multi-line Srchfor Utility?

2009-06-11 Thread Dave Salt
it! http://www.mackinney.com/products/SIM/simplist.htm Date: Thu, 11 Jun 2009 14:40:56 -0500 From: jch...@ussco.com Subject: Re: Multi-line Srchfor Utility? To: IBM-MAIN@bama.ua.edu -Original Message- From: IBM Mainframe Discussion List

Re: Multi-line Srchfor Utility?

2009-06-11 Thread Natarajan Mohan
This reminds of y2k days. You can use SRCHFOR and create a output. Then run a rexx or syncsort to identify necessary query on the second iteration. //SEARCH EXEC PGM=ISRSUPC, //PARM=(SRCHCMP, //'COBOL DPPLCMT