The Stored Procedure Messages table

This section describes the structure of the CICS IA table CIU_STORED_PROC_MSG that is used to store the log information from the execution of some CICS IA stored procedures.

The log is written from the CIUSPTF1 and CIUSPTF2 stored procedures that are involved in the creation of the Program Flows report.
Column Type Description
ID INTEGER Message ID
PROC_NAME CHAR(8) Stored Proc name
PROC_RUN_ID INTEGER ID of current proc run (execution)
TIME TIMESTAMP Time of message
MSG_LEVEL CHAR(1) Severity Level "'I'nfo 'W'arning 'E'rror 'S'evere
MSG_TYPE VARCHAR(255) Row(entry) type
MSG_TEXT VARCHAR(255) Message (Optional)