Limited support

   

BMC provides limited support for this version of the product. As a result, BMC no longer accepts comments in this space. If you encounter problems with the product version or the space, contact BMC Support.

BMC recommends upgrading to the latest version of the product. To see documentation for that version, see BMC AMI Ops Monitor for CICS, version 7.3

Loading archived history records example

The following illustrates the steps you would take to load and view archived history records.
  1. Create a data set named SYS4.CICSTST1.ARCHIVE from a CMRDETL data set by using IDCAMS REPRO.
  2. Allocate a VSAM data set called SYS4.CICSTST2.CMRDETL1 to hold the loaded records.
  3. Run CMRLDTL with the following data sets as input and output:
    //JOBNAME JOB  () 
    //*                                                              
    //CMRLDTL  EXEC PGM=CMRLDTL                                      
    //STEPLIB  DD DISP=SHR,DSN=SYS2.BBLINK                     
    //SYSPRINT  DD SYSOUT=*                                           
    //FLATIN        DD DISP=SHR,DSN=SYS4.CICSTST1.ARCHIVE
    //VSAMOUT  DD DISP=SHR,DSN=SYS4.CICSTST2.CMRDETL1
    //REPORT  DD SYSOUT=*                                           
    //SYSIN          DD *                                                  
    IN-TARGET=CICSTST1
    OUT-TARGET=CICSTST2
  4. Add CICSTST2 to UBBPARM(BBIJNT00) and recycle the PAS, and be sure to use parameter ATTACH=IMMED:

    TARGET=CICSTST2,TYPE=CICS,SUBSYS=XXXX,ATTACH=IMMED

  5. Add CICSTST2 and SYS4.CICSTST2.CMRDETL1 to the PAS using the CMRDETL view.

    See Using the CMRDETL view.

  6. Use the CHISTORY view or full screen History to browse the CICSTST2 history records.

    See BBSAMP member CMRLDTL for sample usage.

Was this page helpful? Yes No Submitting... Thank you

Comments