DATA DIVISION. Data division is used to define the variables used in the program including their names, lengths, storage formats. It consists of four sections − File section is used to define the record structure of the file i.e. the data sent to and comes from computer peripherals . Working-Storage section is used to declare temporary variables and file structures which are used in the program...
Divisions in cobol