Skip to content

Hints on column comments

Using 'REF=' without '/NOCHECK' in a comment of a view which is not the base view

Editor provides warnings for comments on views, that are not the base view, using REF= without /NOCHECK.

Example of Incorrect Code:

COMMENT ON COLUMN &LOV_VIEW1..CONTRACT  
      IS 'FLAGS=PMI-L^DATATYPE=STRING(5)^PROMPT=Site^REF=Site^';

Example of Correct Code:

COMMENT ON COLUMN &LOV_VIEW1..CONTRACT  
      IS 'FLAGS=PMI-L^DATATYPE=STRING(5)^PROMPT=Site^REF=Site/NOCHECK^';

Actions Available:

  • Add an IgnoreCommentRef.

For latest update, see help pages in the tool itself.