DSNT748I csect-name THE COLUMN column-name IN TABLE creator-name.table-name IS NOT DEFINED PROPERLY. THE COLUMN DEFINITION IS data-type WITH LENGTH length AND NULLABLE ATTRIBUTE attr. THE COLUMN DEFINITION SHOULD BE data-type WITH LENGTH length AND NULLABLE ATTRIBUTE attr. THE START PROFILE COMMAND WILL NOT USE THIS TABLE
Explanation
You issued a START PROFILE command to activate the profile function, but the column column-name in the table creator-name.table-name involved in this process is improperly defined. The reported table is an optional table and the START PROFILE command will not use it. The information 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
Verify that the table is created correctly with the proper column, and then run the command again. You can ignore this message if the table is an optional table, and continue the profile function.