最終更新日:2022/12/24
Identification Division This division is the smallest and simplest division of a COBOL program. As the name indicates, it supplies identifying data about the program. It has no effect on the execution of the program but is required as a means of identifying the program to the computer's operating system.
編集履歴(0)
元となった例文
Identification
Division
This
division
is
the
smallest
and
simplest
division
of
a
COBOL
program.
As
the
name
indicates,
it
supplies
identifying
data
about
the
program.
It
has
no
effect
on
the
execution
of
the
program
but
is
required
as
a
means
of
identifying
the
program
to
the
computer's
operating
system.