skip to main content

Identification Division : CLASS-ID Paragraph

CLASS-ID Paragraph
The CLASS-ID paragraph specifies the name by which the class is identified.
  [ AUTHORComment-Entry-1 . ]
  [ INSTALLATIONComment-Entry-2 . ]
  [ DATE-WRITTENComment-Entry-3 . ]
  [ DATE-COMPILEDComment-Entry-4 . ]
  [ SECURITYComment-Entry-5 . ]
  [ REMARKSComment-Entry-6 . ]
  [ END CLASS [Class-Name-3] . ]
Syntax rules
1.
Class-Name-1, Class-Name-2, Class-Name-3 and Interface-Name are User-defined words, 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.
3.
Comment-Entry-1, Comment-Entry-2, Comment-Entry-3, Comment-Entry-4, Comment-Entry-5 and Comment-Entry-6 are Comment-Entries, as defined in the Definitions section in the Preface of this document.
General rules
1.
Class-Name-1 is the name by which the class is identified, unless the AS clause is specified.
2.
Literal-1 is the name by which the class is identified. It may contain the name of the Java package it belongs to.
3.
Class-Name-2 is the name of the class that Class-Name-1 inherits from. Class-Name-1 becomes a subclass of Class-Name-2. All the methods of Class-Name-2 become available for Class-Name-1. If Class-Name-1 implements a method of Class-Name-2, the new implementation overrides the one in Class-Name-2.
4.
5.
Interface-Name must be defined in the REPOSITORY Paragraph in the Configuration Section of the ENVIRONMENT DIVISION.

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