skip to main content

Procedure Division Statements : NOTE

NOTE
General Format
NOTE text
Syntax Rules
1.
General Rules
1.
2.
Note - this statement is supported only with the -cv compiler flag.
Examples
Having a paragraph, p1, with a note only as contents, having another paragraph, p2, with a note in the middle
procedure division.
  perform p1
  perform p2
  goback.
  note
  display message "This message will not appear"
  display message "Entering p2".
  note This is commentary
  until the next period
  is found.
  display message "Leaving p2"

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left