Logging Table HSLOGTAB

This table contains the information to call the logging routine depending on the Msgcode used in the masking routine.

For more information about this table, see the Table and column description in the Data Model Guide.

In order to populate this table, please follow the example below:

INSERT INTO tableowner.HSLOGTAB (MSGCODE, FLAGENVI, ROUTNAME, VALRCODE)
VALUES ('LCI0001', 'Y', 'UDCLOGPG', '00');

The population of the table is very important since it allows associating one different logging routine for each MSGCODE or associating the same logging routine for all MSGCODE inserted into the table.

These differences provide choices between creating and managing of one routine and creating and managing several routines