Cobol

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/7

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

8 Terms

1
New cards

cobol

Common Business Oriented Language. All batch applications like payroll, report processing, insurance and banking are developed in cobol. con be used for online too CICS

2
New cards

CICS

Customer Information Control System. Makes the batch operating environment interactive through online systems.

3
New cards

COBOL uses

It also supports 80 percent of in-person credit card transactions, handles 95 percent of all ATM transactions, and powers systems that generate more than USD 3 billion of commerce each day.1 Due to its superior stability and processing power, it continues to play an integral role in helping businesses maintain apps and programs in existing architectures.

4
New cards

Features of COBOL

Easy to understand, easy to maintain, structured programming, high computing capacity, better understanding of application programs, more readability.

5
New cards

types of cobol

PC based: small applications, MF cobol, IDE - GNUCOBOL compiler
Real mainframe cobol vs- visualize source- large applications. VS COBOL II

6
New cards

coding sheet

1 to 6: line numbers
7: continuity (-), comment (*), starting a new page (/), debugging lines (D)

8 to 11: Area A- division, section, paragraph, 01,77 declarations
12 to 72: Area B - All other declarations/ statements here
73 to 80: identification field. ignored by the compiler

7
New cards

IBM terminal

3270

8
New cards

Language Structure

cobol program: Division→section→paragraph→sentence→statement