COBOL (COmmon Business Oriented Language)
#1

COBOL (COmmon Business Oriented Language)

[attachment=16271]
History.

Developed by 1959 by a group called COnference on Data Systems Language
(CODASYL). First COBOL compiler was released by December 1959.
First ANSI approved version – 1968
Modified ANSI approved version – 1974 (OS/VS COBOL)
Modified ANSI approved version – 1985 (VS COBOL 2)
This book is written based on IBM COBOL for OS/390 V2R2.


Divisions in COBOL.

There are four divisions in a COBOL program and Data division is optional.
1.Identification Division.
2.Environment Division.
3.Data Division.
4.Procedure Division.

Identification Division.

This is the first division and the program is identified here. Paragraph
PROGRAM-ID followed by user-defined name is mandatory. All other paragraphs are
optional and used for documentation. The length of user-defined name for IBM
COBOL is EIGHT.


Environment Division.
Only machine dependant division of COBOL program. It supplies information
about the hardware or computer equipment to be used on the program. When your
program moves from one computer to another computer, the only section that may need to be changed is ENVIRONMENT division.

Configuration Section.
It supplies information concerning the computer on which the program will be
compiled (SOURCE-COMPUTER) and executed (OBJECT-COMPUTER). It consists of
three paragraphs – SOURCE COMPUTER, OBJECT-COMPUTER and SPECIAL-NAMES.
This is OPTIONAL section from COBOL 85.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: common language runtim, seminar on common language runtime, common language runtime detected an invalid program, ppt on the common functions of business intelligence, mainframe cobol interview questions, common business terms dictionary, ppt topics on cobol,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  THE ROLE OF BUSINESS EDUCATION IN ACHIEVING BUSINESS EXCELLENCE seminar details 3 4,418 28-08-2015, 01:52 AM
Last Post: Guest
  NEW BUSINESS MODEL & STRATEGY FOR INTERNET ECONOMY seminar paper 3 3,780 21-10-2014, 08:18 PM
Last Post: jaseela123d
  DYNAMIC LANGUAGE seminar addict 2 1,973 03-01-2013, 12:30 PM
Last Post: seminar details
  Service-Oriented Analysis service modeling seminar details 0 443 09-06-2012, 04:16 PM
Last Post: seminar details
  An Object Oriented Approach to Image Restoration in Matlab seminar details 0 899 07-06-2012, 05:28 PM
Last Post: seminar details
  C++ Language Tutorial seminar paper 0 2,036 16-03-2012, 12:11 PM
Last Post: seminar paper
  Brief Introduction to the C Programming Language seminar paper 0 987 15-03-2012, 02:14 PM
Last Post: seminar paper
  Object Oriented Programming with Java seminar paper 0 841 12-03-2012, 03:40 PM
Last Post: seminar paper
  Object-oriented Design seminar paper 0 741 12-03-2012, 03:30 PM
Last Post: seminar paper
  Sample Business Plan Format seminar paper 0 1,300 07-03-2012, 03:43 PM
Last Post: seminar paper

Forum Jump: