IMS User Guide
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Get Adobe Reader |
Click a letter in the glossary index. Or use the Page Down key, the Page Up key, the arrow keys, or the scroll bar to navigate. Please contact us if you know of a relevant term that is not defined in this glossary.
A 1-8 character name that is exchanged between BEA Tuxedo Mainframe Adapter gateways as part of an authentication mechanism during CONNECT
processing.
Program Control Block that allows an IMS transaction to write output messages to a destination other than that from which input was received.
See application programming interface.
application programming interface (API)
A set of well-defined programming interfaces (entry points, calling parameters, and return values) by which one software program utilizes the services of another.
(No terms begin with the letter "B.")
An IMS API call that commits the changes a program has made to a database and establishes restart places within a program.
An IMS API call that changes (sets) the destination associated with a program control block (PCB). Subsequent messages inserted into the IMS message queue using the PCB are directed to the specified destination.
See Customer Information Control System.
A software program that makes a request for a service in a client/server architecture.
A request by an IMS client request transaction to BEA TMA TCP for IMS for a service provided by remote system.
A user-written IMS application transaction that requests a service via BEA TMA TCP for IMS that is offered by a remote system.
The response to a previously issued IMS client request, processed by an IMS client response transaction.
A user-written IMS application transaction that processes the response to an IMS client request for a service offered by a remote system.
A systems or application programming model in which servers provide architected services and clients request those services. Some components in the client/server model can function only as servers; others may function only as clients; still others can function both as clients and servers.
An option that can be specified in the BEA TMA TCP for IMS configuration file that allows shutdown processing to be initiated by a remote client request, or as a response to a remote client request.
A standard programming language widely used for business applications, especially on IBM mainframe systems.
A text file used by BEA TMA TCP for IMS to define the network configuration of BEA Tuxedo Mainframe Adapter gateways and services.
cross-system coupling facility (XCF)
A component of the OS/390 operating system that provides functions to support cooperation between authorized programs running within a sysplex.
Customer Information Control System (CICS)
An IBM transaction processing monitor that runs on IBM mainframe systems.
See direct access storage device.
direct access storage device (DASD)
Any storage device, such as a hard disk, that offers random access or direct access to the stored data.
A program that runs on an Internet-connected computer system (called a DNS server) and provides an automatic translation between domain names and IP addresses.
A convention for expressing IP addresses, consisting of a series of 4 decimal numbers (0-255), separated by periods. Example: 123.205.23.99.
(No terms begin with the letter "E.")
(No terms begin with the letter "F.")
A software program that allows dissimilar systems to communicate and exchange information. A gateway normally handles communication between systems and performs all necessary protocol translation such that the end applications communicate transparently.
A BEA Tuxedo Mainframe Adapter architected data structure used to exchange requests and responses over a TCP/IP link connecting two BEA Tuxedo Mainframe Adapter gateways.
An IMS API call that retrieves the next segment of a multisegment message from the IMS message queue.
An IMS API call that retrieves the first (or only segment) of a message from the IMS message queue.
(No terms begin with the letter "H.")
See Information Management System.
An IMS-architected data structure used to implement communications between components in an IMS system.
A logical communications path between BEA TMA TCP for IMS and another (remote) BEA Tuxedo Mainframe Adapter gateway. An inbound session is used by the remote gateway to send client requests to the local (IMS) gateway for processing.
Information Management System (IMS)
An IBM high-performance, high-volume transaction processing monitor that runs on IBM mainframe systems.
input/output program control block
An API control block used by an IMS transaction to retrieve its input and write output back to the input source (e.g., a terminal).
Interactive System Productivity Facility (ISPF)
An IBM program product used by system and application programmers to manipulate data (edit, browse, copy, etc.) on an IBM mainframe system.
Internet protocol address (IP address)
A numeric value that uniquely identifies a node in a TCP/IP network. IP addresses are usually expressed in "dotted decimal notation", a series of 4 decimal numbers (0-255), separated by periods. Example: 123.205.23.99.
See input/output program control block.
See Interactive System Productivity Facility.
See Internet protocol address.
An IMS API call used to insert a message segment into the IMS message queue.
A language used to define and submit batch jobs on an IBM mainframe system.
(No terms begin with the letter "K.")
Language Environment /370 (LE/370)
An IBM program product which provides common runtime support for a variety of high-level IBM mainframe programming languages, including COBOL, C/C++, and PL/I.
See Language Environment / 370.
A special TCP/IP socket that is dedicated to "listening" for incoming TCP/IP connection requests at a specific port number.
The BEA TMA TCP for IMS gateway.
A 1-16 character name that identifies a service that can be requested by an IMS client transaction.
A symbolic name for a BEA Tuxedo Mainframe Adapter gateway (corresponding to a specific IP address and port combination).
A terminal attached to an IMS system, used by end users to enter transactions and receive responses.
An attribute associated with messages issued by BEA TMA TCP for IMS that classifies each message as informational, error-related, etc.
A dataset (usually allocated on disk) to which BEA TMA TCP for IMS logs all messages issued.
message processing program (MPP)
A user-written application program that processes transactions in an IMS system. MPPs typically confine their I/O operations to the IMS message queue (e.g., retrieving terminal input and writing terminal output) and a database.
The message storage and retrieval mechanism used by IMS components to exchange messages. For example, end-user input at a terminal causes a message to be placed into the message queue. A transaction processing program retrieves the message (containing the user input) from the message queue.
IMS messages are made up of "pieces" called message segments. A message can consist of a single segment, or multiple segments. A message segment is the basic unit of I/O when inserting messages into and retrieving messages from the IMS message queue.
See message processing program.
An IBM operating system used by IBM mainframe computers.
A terminal device used by the MVS operating system and other software components to display informational and error messages for the system operator. MVS consoles can also be used by the system operator to enter commands or to inquire on and modify system status.
(No terms begin with the letter "N.")
A form of data processing in which users at terminals or workstations send messages to application programs that update databases in real time.
An IBM operating system used by IBM mainframe computers.
Open Transaction Manager Access is a transaction-based, connectionless client/server protocol.
A logical communications path between BEA TMA TCP for IMS and another (remote) BEA Tuxedo Mainframe Adapter gateway. An outbound session is used by the local (IMS) gateway to send client requests to the remote gateway for processing.
A 1-8 character name that is exchanged between BEA Tuxedo Mainframe Adapter gateways as part of an authentication mechanism during CONNECT
processing.
The entity on a TCP/IP host that identifies a logical communications channel and distinguishes one connection from another. A TCP/IP server application "listens" for incoming connection requests at a designated port. A TCP/IP client application initiates a connection with the server by specifying the host's IP address and the server's designated port number.
An IMS API control block used in conjunction with application program I/O (e.g., inserting messages into and retrieving messages from the IMS message queue).
program specification block (PSB)
A control block that defines a transaction processing program to IMS.
The set of "rules" followed by two systems to communicate and exchange information.
See program specification block.
An IMS API call that indicates that insertion of a message into the IMS message queue is complete (that is, there are no additional message segments).
(No terms begin with the letter "Q.")
A BEA Tuxedo Mainframe Adapter gateway (TUX, CICS, or IMS) to which a local BEA TMA TCP for IMS gateway is connected.
A 1-16 character name that identifies a service offered by a remote system and which can be accessed through a remote gateway.
IMS client requests are processed in two "phases" - a request phase (in which transaction T1 issues an IMS client request), and a corresponding response phase (in which transaction T2 processes the response to the request).
IMS client requests are processed in two "phases" - a request phase (in which transaction T1 issues an IMS client request), and a corresponding response phase (in which transaction T2 processes the response to the request).
A software program that provides a service in a client/server architecture.
A request (issued by a client located on a remote system) for a service provided by an IMS server transaction.
The response to a request (issued by a client located on a remote system) for a service provided by an IMS server transaction.
A dataset to which BEA TMA TCP for IMS logs all IMS server responses not correlated with a pending IMS server request.
A user-written IMS application transaction that provides a service that can be requested by a remote client through BEA Tuxedo Mainframe Adapter.
The process of terminating (or "shutting down") a BEA Tuxedo Mainframe Adapter gateway.
The amount of time that BEA TMA TCP for IMS "waits" before polling the IMS message Queue for new work.
The logical end point of a TCP/IP connection. An application accesses a TCP/IP connection through a socket.
A TCP/IP-assigned number that uniquely identifies a socket and TCP/IP connection. An application must specify the socket descriptor in TCP/IP API calls to identify the socket/connection.
See Transmission Control Protocol Internet Protocol.
When a request is sent to a remote system or to an IMS server transaction and no response is received within a specified period of time, the request "times out" and an error is recognized.
A name that uniquely identifies a transaction in an IMS environment.
Transmission Control Protocol Internet Protocol (TCP/IP)
An open communications protocol supported by most systems, including UNIX, personal computers, and IBM mainframes. TCP/IP can be used to exchange information between dissimilar computing platforms.
(No terms begin with the letter "U.")
(No terms begin with the letter "V.")
Write-To-Operator-with-Reply (WTOR)
A persistent message displayed on an OS/390 console which solicits operator input. A system operator replies to the message by entering the associated reply ID and the text of the reply.
See Write-To-Operator-with-Reply.
See cross-system coupling facility.
(No terms begin with the letter "Y.")
![]() |
![]() |
![]() |