見出し部
The Identification Division identifies the program
プログラム名段落
The Program-ID paragraph gives the name by which a program is identified and assigns selected program attributes to that program.
クラス名段落
The Class-ID paragraph indicates that this Identification Division is introducing a class definition and specifies the name that identifies the class and assigns class attributes to the class.
ファクトリ段落
The Factory paragraph indicates that this Identification Division is introducing a factory definition.
オブジェクト段落
The Object paragraph indicates that this Identification Division is introducing an object definition.
メソッド名段落
The Method-ID paragraph indicates that this Identification Division introduces a method definition, specifies the name that identifies the method or method prototype, and assigns method attributes to the method.
インターフェイス名段落
The Interface-ID paragraph indicates that this Identification Division is introducing an interface definition, specifies the name that identifies the interface and assigns interface attributes to the interface.
関数名段落
The Function-ID paragraph specifies the name by which a function is identified and assigns selected attributes to that function.
翻訳日付段落
The Date-Compiled paragraph provides the date the intermediate code was produced in the Identification Division source program listing.
Delegate-ID 段落
The Delegate-ID paragraph indicates that this Identification Division introduces a delegate definition and specifies the name that identifies the delegate.
Enum-ID 段落
The Enum-ID paragraph indicates that this Identification Division introduces a enumeration definition and specifies the name that identifies the enumeration.
Iterator-ID 段落
The Iterator-ID paragraph indicates that this Identification Division introduces an iterator definition and specifies the name that identifies the iterator. Iterator-id can be specified wherever Method-ID can be specified, and can be used to define either static or instance iterators.
演算子 ID 段落
The Operator-ID paragraph indicates that this Identification Division introduces an operator definition and specifies the symbol or keyword that identifies the operator.
Valuetype-ID 段落
The Valuetype-ID paragraph indicates that this Identification Division introduces a valuetype definition and specifies the name that identifies the valuetype.