释义 |
identification division 标识部;[识别部] One of the four main parts of a COBOL program.The identification division identifies the source program and the object program and,in addition,may include such documentation as the author's name,the installation where written and the date written. COBOL程序的四个主要部分之一,标识源程序和目标程序,并且还可以包括诸如程序作者 姓名、编写程序所在计算站和编写日期等资料。 |