cobol2.hlp (Table of Contents; Topic list)
HIDEMESSAGE (↑ Compiler Control)
 Key Details                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Directive:    HIDEMESSAGE
                HIDE-MESSAGE
 
  Function:     Registers the number of a syntax check error message to
                "hide" so that if the error is encountered it is ignored.
 
  Syntax:
 
     ─┬───┬─┬────┬─HIDEMESSAGE──┬─"integer"─┬─
        └─/─┘ │    └─HIDE-MESSAGE─┘           │
              └─NO─┬─HIDEMESSAGE──┬───────────┘
                   └─HIDE-MESSAGE─┘
 
 
  Parameters:   integer              The number of the syntax check
                                     error message to hide.
 
  Default:      NOHIDEMESSAGE
 
  Phase:        Syntax check
 
  $SET:         Any
                                    -♦-