2009/6/25 Scott Barry <[email protected]>: > On Thu, 25 Jun 2009 08:03:51 -0700, Kurt Eastwood <[email protected]> wrote:
>>Does anyone have a technique using ibm utilities or free software, they > would be willing to share, for searching mainframe datasets for certain ip > addresses? > ISPF 3.14 Search-For (in batch)? We're probably missing the problem. Are these IP addresses in text form, e.g. 10.1.2.3, or are they in 32-bit binary form, e.g. X'0A010203'? In either case it's easy to search a dataset for these strings with ISPF. Are you looking to do wildcarding, e.g. search for 10.1.*.* perhaps? This is a problem in binary, because the number of false hits rises rapidly as the search string gets shorter, and unless you know the layout of what's in these datasets, you aren't going to be able to distinguish IP addresses from other data. Tony H. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

