Name the sections present in data division.

devquora
devquora

Posted On: Feb 22, 2018

 

Data division tells us the name that is given to data in the programs that it manipulates. It has six sections-

  • File section- It defines the fields within the records of each file in the program.
  • Working storage section- It defines the names of the data that the program uses for the manipulation of data.
  • Screen section – It is used when the program does in-out through forms.
  • Report section- It is used for preparing reports.
  • Linkage section.
  • Local storage section- It is used for calling COBOL program.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Cobol Interview Questions

    What is COBOL?

    In 1959, the US Department of Defence formed CODASYL (Conference on Data Systems Language). CODASYL was formed with the..

    Cobol Interview Questions

    Write some characteristics of COBOL as means of business language.

    COBOL is a dominant programing language that has aided business users since few decades. Following are the features of..

    Cobol Interview Questions

    What are different data types in COBOL?

    COBOL supports three data types in it programming structure. They are- Alpha-numeric (X) Alphabetic (A,B,C) Numeric (1,..