CSECT Scanner object views
The CSECT Scanner object views show scanned data about programs and dependency.
- V_CIU_CICS_LINKED
- This
view is a simple DB2® equi-join
of CIU_CICS_DATA and CIU_PROGRAM_INFO, using PROGRAM and PROGLEN.
It shows the link-edit timestamps of the programs that are using CICS® resources.
Table 1. View V_CIU_CICS_LINKED Column Type Description TRANSID CHAR(4) CICS transaction ID. PROGRAM CHAR(8) Load module name. LINKED TIMESTAMP Bind or link-edit timestamp, in the local time format. FUNCTION CHAR(8) Name of EXEC CICS command. TYPE CHAR(8) Resource type. OBJECT CHAR(255) Resource name. - V_CIU_CSECT_TRANS
- This
view is a simple DB2 equi-join
of CIU_CSECT_INFO and CIU_TRANSLATORS using TRAN_1_NAME in CIU_CSECT_INFO
and TRANSLATOR_NAME in CIU_TRANSLATORS. It shows the descriptions
of the compilers used to create the CSECTs in each scanned load module.
Table 2. View V_CIU_CSECT_TRANS Column Type Description DSNAME CHAR(44) Data set name. PROGRAM CHAR(8) Load module name. LINKED TIMESTAMP Bind or link-edit timestamp, in the local time format. CSECT_NAME CHAR(8) CSECT name. TRAN_1_NAME CHAR(10) Compiler ID. DESCRIPTION CHAR(64) Compiler description.