CICS
Customer Information Control System provides services for running an
application online with data integrity to provide
high volume online transaction processing rapidly. CICS is especially designed for banks and
financial institutions.
COBOL
Common Business Oriented Language is the second oldest and widely used
programming language in the world, that is
renowned for business applications that are run on large computers. Its major objectives are
Portability and Readability
which makes it easier for ordinary business users to understand the script.
JCL
Job Control Language is a scripting language that consists of control
statements and allocates specific jobs for the
operating system. A Job is a unit of work that consists of various small steps for running a
specific program.
MQ
A Message Queue is the process that allows various parts of a system to send
messages like small requests, error
messages or any kind of information and process functions in metachronous manner. These
messages are usually sent in
queue until the recipient from the other end retrieves them.