DSNT750I   csect-name THE COLUMN column-name IS MISSING IN TABLE creator-name.table-name. IT SHOULD BE DEFINED AS data-type WITH LENGTH length AND NULL ATTRIBUTE OF attr. THE START PROFILE COMMAND WILL NOT USE THIS TABLE.

Explanation

You have issued a START PROFILE command to activate the profile function, but the column column-name in the table creator-name.table-name is missing. The reported table is an optional table, and will not be used by the START PROFILE command. The information that was intended to be reported in this table will not be available.

System action

The START PROFILE command continues and the offending table will not be used.

System programmer response

Make sure the table is created correctly with the proper columns. Then, run the command again. You can ignore this message if the table is an optional table and continue the profile function.