skip to main content

Identification Division : METHOD-ID Paragraph

METHOD-ID Paragraph
The METHOD-ID Paragraph introduces a method definition.
General format
{IDENTIFICATIONDIVISION.
{ID            }
METHOD-ID.  {Method-Name [ AS Literal-1 ]} [ IS {PUBLIC   } ] [ OVERRIDE ].
            {Literal-1                   }      {PRIVATE  }
  END METHOD {[Method-Name]}
Syntax rules
1.
Method-Name is a User-defined word, as defined in the Definitions section in the Preface of this document.
2.
Literal-1 is a Nonnumeric Literal, as defined in the Definitions section in the Preface of this document.
General rules
1.
Method-Name is the name by which the method is identified, unless the AS clause is specified. If Method-Name is an empty string, an unnamed method is produced. See Unnamed methods for further details.
2.
Literal-1 is the name by which the method is identified.
3.
4.
5.
6.
7.

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