Page 1 of 1

Reading STROBE reports.

Posted: Wed Jul 09, 2014 12:36 pm
by Chandan Roy
Hi,

I'm trying to build something using which I can "extract" only the required info from the STROBE reports. I've reports available in notepad (thogh in mainframe also but I'm working on notepad reports) and want to fetch some specific columns from this report...what tool (scripting language) can be of use in this regard. Please suggest.

Re: Reading STROBE reports.

Posted: Wed Jul 09, 2014 12:49 pm
by William Collins
If you have the data outside the Mainframe, you can use any scripting language which is available and familiar to you.

I'd use AWK, because I'm more familiar with that.

Re: Reading STROBE reports.

Posted: Wed Jul 09, 2014 7:21 pm
by Robert Sample
I'd use Perl but then I am more familiar with it.

What are you considering "required" data on the STROBE report? I am assuming you are NOT looking to identify problems with programs and resolve them but rather are creating some kind of program data repository.

Re: Reading STROBE reports.

Posted: Thu Jul 10, 2014 12:51 am
by nicc
I'd use Rexx but I could do it in perl but not awk.

Re: Reading STROBE reports.

Posted: Tue Jul 15, 2014 11:43 am
by Chandan Roy
Thanks for the suggestions. So basically I've to pick some scripting language of choice and start learning it?