IBM Support

Sample JCL to define LOG_CICSVR structure in CFRM LOGR policy

Question & Answer


Question

Is there sample JCL that I can use to define the LOG_CICSVR structure in the CFRM LOGR policy? The CICS VSAM Recovery for z/OS (CICS VR) installation verification procedure (IVP) sample job DWWVRDEF specifies coupling facility structure name LOG_CICSVR but does not have a sample that defines the LOG_CICSVR structure itself.

Answer

This sample JCL may be used to define the LOG_CICSVR structure in the LOGR policy.

 //*-------------------------------------------------------------------*/
 //* Define the LOG_CICSVR structure                                   */
 //*-------------------------------------------------------------------*/  
 //DEFCFSTR EXEC PGM=IXCMIAPU           
 //SYSPRINT DD   SYSOUT=*,DCB=RECFM=FBA 
 //SYSIN    DD   *                      
    DATA TYPE(LOGR) REPORT(YES)
      DEFINE STRUCTURE NAME(LOG_CICSVR) LOGSNUM(32)
           MAXBUFSIZE(65532) AVGBUFSIZE(32766) 
 /*

Please also refer to the CICS Transaction Server for z/OS topic 'Defining coupling facility structures' Figure 1 for an example of all 3 coupling facility definitions required to complete the CICS VR IVP.

The following is an example of the CFRM policy definition for 'LOG_CICSVR' that could be used with the Figure 1 JCL example:

  STRUCTURE NAME(LOG_CICSVR)                /* CICS VR log */
    INITSIZE(10000) SIZE(16000)
    PREFLIST(cfname) REBUILDPERCENT(1)

 


[{"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SSQJMU","label":"CICS VSAM Recovery for z\/OS"},"Platform":[{"code":"PF035","label":"z\/OS"}],"Component":"","Version":"","Line of Business":{"code":"LOB35","label":"Mainframe SW"}}]

Product Synonym

CICSVR CICS VR

Document Information

Modified date:
24 June 2015

UID

dwa1197021