This script opens a new, small, floating window and puts TOC<name>.html and IX<name>.html files in it and sets a generic popup window code to enable the display of some viewlets in the WebLogic Platform Tour.
Skip navigation.

IMS User Guide

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index View as PDF  
Get
Adobe Reader

Glossary

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.

 

ZYXWVUTSRQPONMLKJI HGFEDCBAletters for glossary

— A —

account ID

A 1-8 character name that is exchanged between BEA Tuxedo Mainframe Adapter gateways as part of an authentication mechanism during CONNECT processing.

alternate PCB

Program Control Block that allows an IMS transaction to write output messages to a destination other than that from which input was received.

API

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.

 

— B —

(No terms begin with the letter "B.")

 

— C —

CHKP (Checkpoint)

An IMS API call that commits the changes a program has made to a database and establishes restart places within a program.

CHNG (Change)

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.

CICS

See Customer Information Control System.

client

A software program that makes a request for a service in a client/server architecture.

client request

A request by an IMS client request transaction to BEA TMA TCP for IMS for a service provided by remote system.

client request transaction

A user-written IMS application transaction that requests a service via BEA TMA TCP for IMS that is offered by a remote system.

client response

The response to a previously issued IMS client request, processed by an IMS client response transaction.

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.

client/server model

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.

CLIENTSHUTDOWN

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.

COBOL

A standard programming language widely used for business applications, especially on IBM mainframe systems.

configuration file

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.

 

— D —

DASD

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.

DNS

See domain name server.

domain name server (DNS)

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.

dotted decimal notation

A convention for expressing IP addresses, consisting of a series of 4 decimal numbers (0-255), separated by periods. Example: 123.205.23.99.

 

— E —

(No terms begin with the letter "E.")

 

— F —

(No terms begin with the letter "F.")

 

— G —

gateway

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.

gateway message

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.

GN (Get Next)

An IMS API call that retrieves the next segment of a multisegment message from the IMS message queue.

GU (Get Unique)

An IMS API call that retrieves the first (or only segment) of a message from the IMS message queue.

 

— H —

(No terms begin with the letter "H.")

 

— I —

IMS

See Information Management System.

IMS message

An IMS-architected data structure used to implement communications between components in an IMS system.

inbound session

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.

I/O PCB

See input/output program control block.

ISPF

See Interactive System Productivity Facility.

IP address

See Internet protocol address.

ISRT (Insert)

An IMS API call used to insert a message segment into the IMS message queue.

 

— J —

JCL

See job control language.

job control language (JCL)

A language used to define and submit batch jobs on an IBM mainframe system.

 

— K —

(No terms begin with the letter "K.")

 

— L —

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.

LE/370

See Language Environment / 370.

listener

A special TCP/IP socket that is dedicated to "listening" for incoming TCP/IP connection requests at a specific port number.

LMID

See logical machine ID.

local gateway

The BEA TMA TCP for IMS gateway.

local service name

A 1-16 character name that identifies a service that can be requested by an IMS client transaction.

logical machine ID (LMID)

A symbolic name for a BEA Tuxedo Mainframe Adapter gateway (corresponding to a specific IP address and port combination).

logical terminal (LTERM)

A terminal attached to an IMS system, used by end users to enter transactions and receive responses.

LTERM

See logical terminal.

 

— M —

message level

An attribute associated with messages issued by BEA TMA TCP for IMS that classifies each message as informational, error-related, etc.

message log

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.

message queue

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.

message segment

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.

MPP

See message processing program.

Multiple Virtual Storage

An IBM operating system used by IBM mainframe computers.

MVS

See Multiple Virtual Storage.

MVS Console

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.

 

— N —

(No terms begin with the letter "N.")

 

— O —

online transaction processing

A form of data processing in which users at terminals or workstations send messages to application programs that update databases in real time.

OS/390

An IBM operating system used by IBM mainframe computers.

OTMA

Open Transaction Manager Access is a transaction-based, connectionless client/server protocol.

outbound session

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.

 

— P —

password

A 1-8 character name that is exchanged between BEA Tuxedo Mainframe Adapter gateways as part of an authentication mechanism during CONNECT processing.

PCB

See program control block.

port number

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.

program control block (PCB)

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.

protocol

The set of "rules" followed by two systems to communicate and exchange information.

PSB

See program specification block.

PURG (Purge)

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).

 

— Q —

(No terms begin with the letter "Q.")

 

— R —

remote gateway

A BEA Tuxedo Mainframe Adapter gateway (TUX, CICS, or IMS) to which a local BEA TMA TCP for IMS gateway is connected.

remote service name

A 1-16 character name that identifies a service offered by a remote system and which can be accessed through a remote gateway.

request phase

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).

response phase

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).

 

— S —

server

A software program that provides a service in a client/server architecture.

server request

A request (issued by a client located on a remote system) for a service provided by an IMS server transaction.

server response

The response to a request (issued by a client located on a remote system) for a service provided by an IMS server transaction.

server response log

A dataset to which BEA TMA TCP for IMS logs all IMS server responses not correlated with a pending IMS server request.

server transaction

A user-written IMS application transaction that provides a service that can be requested by a remote client through BEA Tuxedo Mainframe Adapter.

shutdown

The process of terminating (or "shutting down") a BEA Tuxedo Mainframe Adapter gateway.

sleep time

The amount of time that BEA TMA TCP for IMS "waits" before polling the IMS message Queue for new work.

socket

The logical end point of a TCP/IP connection. An application accesses a TCP/IP connection through a socket.

socket descriptor

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.

socket ID

See socket descriptor.

socket number

See socket descriptor.

 

— T —

TCP/IP

See Transmission Control Protocol Internet Protocol.

timeout

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.

TRANCODE

See transaction code.

transaction code (TRANCODE)

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.

 

— U —

(No terms begin with the letter "U.")

 

— V —

(No terms begin with the letter "V.")

 

— W —

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.

WTOR

See Write-To-Operator-with-Reply.

 

— X —

XCF

See cross-system coupling facility.

 

— Y —

(No terms begin with the letter "Y.")

 

— Z —

(No terms begin with the letter "Z.")

 

Back to Top Previous Next