noun
end of procedure division
In COBOL programming, the end of the procedure division, which contains the executable statements.
COBOLでは、手続き部の終わりに「STOP RUN」を記述する。
In COBOL, you write 'STOP RUN' at the end of the procedure division.
Compound of 手続き (procedure) + 部 (division) + の (possessive particle) + 終わり (end). A direct translation of the English computing term 'end of procedure division'.