I found the patent filing to be an amusing read, at least with respect 
to 
the z/OS specific stuff.  There is no SS type of dump record.  And if you 
wanted
to process a dump, you certainly wouldn't do it by reading the raw dump 
records
(as that wouldn't work very well for data which crosses a 4k boundary (and
thus crosses a dump record boundary).  You would do it by writing an IPCS 
VERBEXIT program, or a Rexx exec, which uses IPCS services to access the
 dump, and prepare the lists of storage ranges for modification and/or 
modification
avoidance.  The ranges would then be input to an IPCS function which would 
use 
the IPCS storage map to translate the address ranges into ranges within 
dump
records.  And then that would be the input into a program which does the 
copying
with modifications.

  We did have a meeting in z/OS development quite a few years ago to 
discuss
someone's wish for this type of function for z/OS dumps.  We concluded 
that
in general, identifying the sensitive data to be modified would be so 
problematic 
that it was not worth pursuing. 

Jim Mulder z/OS Diagnosis, Design, Development, Test  IBM Corp. 
Poughkeepsie NY

IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> wrote on 
08/11/2017 04:23:17 PM:

> From: "Skeldum, William" <william.skel...@efirstbank.com>
> To: IBM-MAIN@LISTSERV.UA.EDU
> Date: 08/11/2017 04:53 PM
> Subject: Re: Scrubbing sensitive data in dumps
> Sent by: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU>
> 
> There was a patent filed by IBM on Locating and altering sensitive 
> information in core dumps.
> http://www.google.com.pg/patents/US20080126301
> Bill Skeldum



----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to