Does CA Bundl provide a utility that would allow a client to list or report on the View Security File (VSF) records?
CA Bundl provides a CC50J098 utility that allows clients to list/report on various VSAM file table records, however, the CC50J098 utility is specifically designed NOT to allow listing or printing of the Bundl defined VSF records. Bundl does not provide any utility that would allow a client or a user to list or report on the information contained in this file. It is CA's feeling that to do so would actually be a breech of security.
We have suggested to other clients who need to have access to the VSF records, to access them through some type of VSAM file viewer such as IDCAMS, File-Aid, File-Master, etc... Or, perhaps create some type of in-house user program that can give them the information that they need.
Considering the above, you may find the following record layout for the VSF records useful.
***********************************************
* DPMSVSF REPORT VIEW SECURITY RECORD FORMAT *
***********************************************
* 01 DPM-VSF-RECORD PIC X(1024).
*
* 01 FILLER REDEFINES DPM-VSF-RECORD.
* 03 DPM-VSF-DEL PIC X.
* 03 DPM-VSF-KEY.
* 05 DPM-VSF-USERID PIC X(8).
* 05 DPM-VSF-SEQ PIC 9(3).
* 03 DPM-VSF-DESCRIPTION PIC X(23).
* 03 DPM-VSF-DEST PIC X(10).
* 03 DPM-VSF-FORM PIC X(5).
* 03 DPM-VSF-MAIL-CODES.
* 05 FILLER OCCURS 65.
* 07 DPM-VSF-MAILCD PIC X(10).
***********************************************