DLITRACE

To trigger the IMS DLITRACE facility, you must allocate two ddnames in your JCL or CLIST.

  1. Allocate ddname DFSVSAMP to a partitioned dataset or sequential file with record length 80 and load the VSAM buffer pool size information into this dataset or file. (You should first find out whether your site has a pre-defined set of buffer pools.) The following is a sample allocation

    //DFSVSAMP DD DSN=highlvl.DFSVSAMP(BUFPOOL),DISP=SHR
  1. To turn on the trace, add the following line to the end of the VSAM buffer pool information

    DLITRACE DDNAME=ddname

Note:


Information Builders