Posted On: Feb 22, 2018
COBOL is weak and static Typing discipline computer programming language designed for common business use.
In 1959, the US Department of Defence formed CODASYL (Conference on Data Systems Language). CODASYL was formed with the motive to develop a computer programing language known as COBOL. It is the acronym for Common Business-Oriented Language, which is used for meeting business, administrative, finance needs. COBOL works on easy English terms and phrases so that business users understand and fulfill their data processing needs through COBOL.
Never Miss an Articles from us.
COBOL is a dominant programing language that has aided business users since few decades. Following are the features of..
COBOL supports three data types in it programming structure. They are- Alpha-numeric (X) Alphabetic (A,B,C) Numeric (1,..
There are two types of linking in COBOL: static linking and dynamic linking. In static linking, subroutine links into t..