Introduction to Cobol learning notes (sequent)

Source: Internet
Author: User

Next to the book (an entry to the COBOL study notes)
SlaveProgramWe can see that the COBOL program is divided into four parts:
Identification Division.
Environment Division.
Data Division.
Procedure division.

For more information about the functions of each part, see Chapter 1 Cobol.

Here we mainly look at the content in procedure Division. This is the core.Process name naming features. In fact, this is not a hard rule. It is written according to the specifications of my company and looks much clearer. a00-Main-Proc. The main process is known at first glance, a000-Initialize. You can also know that this is the initialization process, and so on. The main logic processing is b000.-PRG-Process. Here, we simply assign values to the file records and then write them into the file. This program looks very simple, as if there is nothing to say... Here is an example of structured programming, which is easy to understand.
Suddenly, I don't want to say more... I don't know what it is...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.