answersLogoWhite

0

Several major companies continue to use COBOL, particularly in industries like finance and government where legacy systems are prevalent. Notable organizations include IBM, which maintains COBOL compilers and support, as well as banks such as Bank of America and JPMorgan Chase. Additionally, government agencies, including the Social Security Administration and various state departments, rely on COBOL for their critical systems. These companies leverage COBOL for its reliability and performance in handling large-scale transaction processing.

User Avatar

AnswerBot

2mo ago

What else can I help you with?

Continue Learning about Engineering

Features of cobol?

COBOL FeaturesThe language that automated businessAllows names to be truly connotative - permits both long names (up to 30 characters) and word-connector characters (dashes)Every variable is defined in detail - this includes number of decimal digits and the location of the implied decimal pointFile records are also described with great detail, as are lines to be output to a printer - ideal for printing accounting reportsOffers object, visual programming environmentsClass LibrariesRapid Application CapabilitiesIntegration with the World Wide Web


What are the names of some early computer languages?

FORTRAN, FORTH, C, BASIC, COBOL, LISP, LOGO, Pascal, and many more. Algol - Algorithmic Language SAIL - Stanford Artificial Intelligence Language BLISS - Basic Language for Implementation of System Software APL - A Programming Language SNOBOL - String Oriented Symbolic Language


How do you adapt Sanskrit as a programming language?

You don't. A programming language and a spoken language have quite different structures; you don't use one for the other. Most programming languages are based on English, but that's usually just a few keywords, and perhaps class names, and similar stuff, that's English; the syntax of the programming language has nothing to do with English syntax.


Short note on high level language?

Generally languages are used for communication, In the case of computers languages are used to communicate with the Hardware. Language consist of set of rules and syntaxes to frame the valid instructions to work with the Machines.


What is programming language syntax?

A set of rules (code) for instructing a computer to perform specific tasks (like make a web-page, write a program, add two numbers). Examples include HTML, C++, Java, Fortran, and Cobol among many others.

Related Questions

Features of cobol?

COBOL FeaturesThe language that automated businessAllows names to be truly connotative - permits both long names (up to 30 characters) and word-connector characters (dashes)Every variable is defined in detail - this includes number of decimal digits and the location of the implied decimal pointFile records are also described with great detail, as are lines to be output to a printer - ideal for printing accounting reportsOffers object, visual programming environmentsClass LibrariesRapid Application CapabilitiesIntegration with the World Wide Web


What does the symbol c. stand for?

In the context of programming language names, C is simply the name of the language which was developed after (and was influenced by) the language B.


What are the names of some early computer languages?

FORTRAN, FORTH, C, BASIC, COBOL, LISP, LOGO, Pascal, and many more. Algol - Algorithmic Language SAIL - Stanford Artificial Intelligence Language BLISS - Basic Language for Implementation of System Software APL - A Programming Language SNOBOL - String Oriented Symbolic Language


How do you adapt Sanskrit as a programming language?

You don't. A programming language and a spoken language have quite different structures; you don't use one for the other. Most programming languages are based on English, but that's usually just a few keywords, and perhaps class names, and similar stuff, that's English; the syntax of the programming language has nothing to do with English syntax.


Which are invalid names for a variable?

Names starting with a number or special character. Keywords in the programming language. Names already used for predefined functions or variables.


What are the names of some companies that manufacture voice language translators?

There are several companies that manufacture voice language translators. Some of these companies include Ectaco, Lingo, Franklin, Nyrius, Microsoft, and Comet.


What programming language can value be be coded using base 16 and register can allocated names?

Stop cheating u Noob, I have the same question in a programming test at Wintec l0l


How arrays are useful?

Arrays hold objects in a programming language. For example, they could hold a list of names. You can sort or call up any of the names now that they are in an array easily.


How do you write a c program to store 5 names in structures and print them each in one line?

With a text editor, and some basic knowledge of the C programming language.


Why keywords in java important?

In the Java programming language, a keyword is one of 53 reserved words that have a predefined meaning in the language; because of this, programmers cannot use keywords as names for variables, methods, classes, or as any other identifier.


How does a computer programer idenify a particuler part of the memory in a computer program?

Each part of the computer memory - each byte, in modern computer architectures - has an associated address, a number. Usually the programmer will be programming in a high-level language, which, instead of accesing memory directly by its address, uses a symbolic name - called a variable - to refer to this address. It is up to the programmer to give variables their names. The programmer should try to keep these names meaningful. If the programming language allows longer names, don't abbreviate variable names to one or two letters.


What is the meaning of the acronym GAWK?

GAWK stands for GNU Awk. Awk is a programming language in the Linux world. Developed by Bell Laboratories in 1970. The name actually came from the names of the inventors.