Sections in cobol program




















Python Pillow. Python Turtle. Verbal Ability. Interview Questions. Company Questions. Artificial Intelligence. Cloud Computing.

Data Science. Angular 7. Machine Learning. Data Structures. Operating System. Computer Network. Compiler Design. Computer Organization. Discrete Mathematics. Ethical Hacking. Computer Graphics. Software Engineering.

Web Technology. Cyber Security. C Programming. Control System. Data Mining. Sentences appear only in the Procedure division. A sentence must end with a period. The programmer and the compiler use this division to identify the program.

Environment division is used to specify input and output files to the program. Configuration section provides information about the system on which the program is written and executed.

Input-Output section provides information about the files to be used in the program. Data division is used to define the variables used in the program.

Working-Storage section is used to declare temporary variables and file structures which are used in the program. Local-Storage section is similar to Working-Storage section. The only difference is that the variables will be allocated and initialized every time a program starts execution. Linkage section is used to describe the data names that are received from an external program. Procedure division is used to include the logic of the program.

It consists of executable statements using variables defined in the data division.



0コメント

  • 1000 / 1000