Start of change

CICS Runtime Resource Changes Report: layout and example

The CICS® Resource Definition Changes Report consists of two parts:

Report options
Lists the CONNECT, REPORT, and any CRITERIASET batch commands that generated this report. This includes any default parameter values not explicitly specified in the input control cards.
List of actions
Lists actions that match the criteria specified by CRITERIASET.

The following figure shows an example report.

                     CICS Runtime Resource Changes Report                                                     
                                Report Options                                                                
                                                                                                              
  CONNECT  IPADDRESS=LOCALHOST,PORT=10512,SSL=NO                                                              
  REPORT   TYPE=CICSRESCHANGES,                                                                               
           VIEW=RESOURCE,LEVEL=RESOURCE                                                                       
                                                                                                              
  CRITERIASET COND=(TARGET EQ CICS51*),                                                                       
              COND=(DATE   EQ 2012/08/09),                                                                    
              COND=(GROUP  EQ CCV510)                                                                         
                                                                                                              
                                                                                                              
                     CICS Runtime Resource Changes Report                                                     
                         Resource View, Resource Level                                                        
                     Sorted by TARGET,DATE,NAME,TYPE,GROUP                                                    
                                                                                                              
                                                                  API                                         
Name     Type         Group    Target   Date             User     Command RC RSN  Config   Package  Scheme    
-------- ------------ -------- -------- ---------------- -------- ------- -- ---- -------- -------- --------  
CCVAADD  PROGRAM      CCV510   CICS51A  2012/08/09 12:45 BSMITH   NEWCOPY 00 0000 PRODCSD                     
CCVAALT  PROGRAM      CCV510   CICS51A  2012/08/09 12:45 BSMITH   NEWCOPY 00 0000 PRODCSD                     
CCVAAPP  PROGRAM      CCV510   CICS51A  2012/08/09 12:45 BSMITH   NEWCOPY 00 0000 PRODCSD                     
CCVABACK PROGRAM      CCV510   CICS51A  2012/08/09 12:45 BSMITH   NEWCOPY 00 0000 PRODCSD                     
CCVACMDA PROGRAM      CCV510   CICS51A  2012/08/09 12:45 BSMITH   NEWCOPY 00 0000 PRODCSD                     
CCVACOPY PROGRAM      CCV510   CICS51A  2012/08/09 12:45 BSMITH   NEWCOPY 00 0000 PRODCSD                     
CCVAADD  PROGRAM      CCV510   CICS51B  2012/08/09 12:54 BSMITH   NEWCOPY 00 0000 PRODCSD                     
CCVAALT  PROGRAM      CCV510   CICS51B  2012/08/09 12:54 BSMITH   NEWCOPY 00 0000 PRODCSD                     
CCVAAPP  PROGRAM      CCV510   CICS51B  2012/08/09 12:54 BSMITH   NEWCOPY 00 0000 PRODCSD                     
CCVABACK PROGRAM      CCV510   CICS51B  2012/08/09 12:54 BSMITH   NEWCOPY 00 0000 PRODCSD                     
CCVACMDA PROGRAM      CCV510   CICS51B  2012/08/09 12:54 BSMITH   NEWCOPY 00 0000 PRODCSD                     
CCVACOPY PROGRAM      CCV510   CICS51B  2012/08/09 12:54 BSMITH   NEWCOPY 00 0000 PRODCSD                     
                                                                                                              
***End of Report***
Figure 1. CICS Runtime Resource Changes Report example

The report contains the following columns:

Name
Resource definition name.
Type
Resource definition type. This column uses the resource type naming convention for CSD files, regardless of where the resource definition is stored. For example, for a program resource definition, this column shows PROGRAM, not PROGDEF, even for a resource definition stored in a CICSPlex® SM data repository. For a cross-reference between resource type naming conventions, see Table 1.
Group
Group or ResGroup to which the resource definition belongs.
Target
The CICS region or CICSPlex SM target scope where the change occurred.
Date
Date and time of the change, in the format:

yyyy/mm/dd hh:mm

User
ID of the user who invoked the API command.
API Command
Name of the API command that caused the change.
RC
Return code of the API command.
RSN
Reason code of the API command.
Config
The CICS configuration associated with the resource definition that was used as the basis for change processing.
Package, Scheme
If the change was caused by processing a change package (rather than an individual resource definition): the change package that the resource definition belonged to, and the associated migration scheme. Otherwise, these columns are blank.

Information Information

Feedback


Timestamp icon Last updated: Friday, 8 February 2013


http://pic.dhe.ibm.com/infocenter/cicsts/v5r1/topic//ccv-batch-audit-runtime.htm
End of change