identification division

Hello, you have come here looking for the meaning of the word identification division. In DICTIOUS you will not only get to know all the dictionary meanings for the word identification division, but we will also tell you about its etymology, its characteristics and you will know how to say identification division in singular and plural. Everything you need to know about the word identification division you have here. The definition of the word identification division will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofidentification division, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.

English

Noun

identification division (plural identification divisions)

  1. (computing) The (sometimes optional) part of a COBOL program that identifies the name of the program (and optionally of its programmer)
    • 1988, Allen Kent, James G. Williams, Encyclopedia of microcomputers:
      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.
    • 1999, Gordon Bitter Davis, The Blackwell encyclopedic dictionary of management information:
      The identification division gives the name of the program, its author, the date the program was written and other information that other users may find helpful in understanding or maintaining the program.
    • 2006, Prakash Dhara, Computer in Biological Sciences:
      The identification division is used to establish the identification of the program and its author.

Usage notes

  • Capitalized (as IDENTIFICATION DIVISION) in the COBOL source code.