BARR/RJE manual

Glossary

A

ACK

In bisynchronous communications, a positive acknowledgment character used to indicate that a message was received correctly.

adapter

Add-on equipment you can plug into a PC to allow the PC to connect to another device.

ADLC

Asynchronous data link.

analog

Refers to data represented by a physical variable that varies in a continuous rather than discrete manner and is usually represented by an electrical signal.

ANSI

American National Standards Institute, Inc. ANSI establishes standards for transmission codes and protocols.

application program

Software that performs a specific application or task, such as word processing, accounting, or financial planning. (Contrasts with a utility or system program that is used to carry out file management and housekeeping functions.)

APPLID

In SNA, VTAM communicates with many applications. The APPLID is the identifying name of a VTAM application.

ASCII

American Standard Code for Information Interchange, which specifies a set of 128 graphic and control symbols and their seven-bit codes. Extended ASCII supports 255 symbols. ASCII is used by PCs and PC peripheral devices, such as printers.

asynchronous communication

A communications technique in which each character is transmitted as a discrete unit. The character transmitted is preceded by a start bit and followed by one or more stop bits. As each character is bracketed by start and stop bits, varying amounts of time can elapse between characters. Contrasts with synchronous communication. Also called start-stop communication.

attributes

(1) Parameters that describe files and printers. (2) For 3270 display, characteristics of a field or byte, such as protected or underlined.

B

backup

A procedure for making a duplicate copy of data that you can use if the primary data is lost or destroyed.

base software

A Barr software product to which options can be added. For example, BARR/RJE is a base software product to which options such as PRINT370 can be added.

batch file

A PC DOS file that contains a sequence of DOS commands. When you type the name of the batch file at the DOS prompt, DOS executes all the commands stored in the batch file as if you had typed them from the keyboard.

baud

The number of changes in line condition per second. The term is commonly used as a measure of information transmission speed expressed in bits per second. The use of baud to mean bits per second is valid for the RS232 side of the modem.

binary

A base 2 number system used in computer programming. The binary digits, or bits, are 0 and 1.

binary synchronous communication (BSC)

A low-level, data-link line protocol for synchronous communications first used by IBM. It only supports half-duplex communications.

bind

In SNA communications, the operation in which the host and remote logical units (LUs) initiate a session and agree upon the protocol to be used within that session.

BIOS

Basic Input/Output System. Program permanently stored in read-only memory (ROM) chips on your PC’s system board. It is one level below the PC operating system and controls basic hardware operations, such as interactions with disk drives, hard disk drives, and the keyboard. All PCs are shipped with BIOS.

bisynchronous communication (bisync)

See binary synchronous communication (BSC).

bit

The name of an elementary unit of information that has two states. Usually the two states are called 0 and 1.

blocks

A contiguous vector of bits that is read or written as a unit. A block can include one or more records. Blocks usually have a fixed size.

block size (BLKSIZE)

The number of data elements in a block. A measure of the size of a block, usually specified in units such as records, words, or characters.

boot

To prepare a computer for use by loading the operating system. Usually the operating system loads automatically when you power on the computer. See also bootstrap.

bootstrap

At startup of a computer system, the first record read from disk contains a program used to read the rest of the operating system into memory. The first record read is called the bootstrap program.

bps

Bits per second. A unit of measure for the rate that information is transferred.

BSC

Binary synchronous communication.

buffer

An area of computer memory used for performing input or output operations. The software reads data into a buffer or writes data from a buffer.

byte

A string of bits that, treated as a unit, represent a character. Usually eight adjacent bits represent one character.

C

card

Eighty consecutive characters of information, or one line.

carriage control

Characters used to control vertical spacing of print lines.

central host computer

See host computer.

Centronics Printer Interface

A common parallel interface for printers developed by Centronics Corporation.

CGA

Color Graphics Adapter, a type of video adapter.

channel attach

Direct way to connect printers to S/370 mainframes.

character

A single letter, digit, symbol, space, or punctuation mark.

character coded logon

In SNA communications, commands in character form entered by an end user. These commands, such as Logon and Logoff, must be in the syntax defined in the user’s unformatted system services definition table. Also called unformatted logon.

clocking

An electrical signal that occurs at a fixed rate that is used to control the speed of other circuits. In synchronous communications, both send and receive data have a clocking signal.

coaxial cable

A heavily shielded and insulated carrier wire with high immunity to electrical interference and a low data error rate. Coax can carry multiple streams of data on one line. This is the same cable commonly used in the cable TV industry.

COM1, COM2, COM3, COM4

Asynchronous serial ports 1, 2, 3, and 4 on the PC.

command

Something you instruct the computer to do, such as run a program.

communication controller

A communication control unit that manages line control and data transfer through a network. Operations are controlled by one or more programs stored and executed in the unit. Examples are the IBM 3705, 3725, and 3745 Communication Controllers.

communication control unit

A communications device that controls the transmission of data over lines in a network, such as transmission control units and communication controllers.

communication link

The physical connection and link protocol between the remote workstation and the host computer.

communications line

Any physical medium, such as a wire or microwave beam, used to transmit data.

communications protocol

A specification of data and control message formats and their meanings. This specification is followed by both the sender and receiver in a communication link.

compaction

In SNA communications, the sender sends two bytes as one byte to increase data transmission throughput. The receiver decompacts the data to the original two bytes.

compiler

Programs that convert instructions written in high-level languages to the machine language that the computer can interpret.

compression

To increase throughput in data transmission, the sender substitutes one character for a sequence of duplicate blanks and two characters for a sequence of non-blank characters. The receiver decompresses the data to its original state.

CON

RJE console device. See also console.

configuration

(1) A specific combination of hardware that forms a system. for PCs, the term configuration describes characteristics such as the type of monitor adapter, the number and description of printers, the amount of memory, and a description of serial ports. (2) A specific combination of software options used to set up an application program.

console

The device used to control the operation of a computer, including a keyboard and display or printers.

control codes

Any character used to facilitate transmission of data between the PC and the host.

control unit

See communication control unit.

CPU

Central processing unit. The part of a computer system that controls the interpretation and execution of instructions, input and output units, and auxiliary attachments. It consists of a control unit and an arithmetic logic unit (ALU).

CRC

Cyclical redundancy check. A form of error correction that catches all one-, two-, and three-bit errors in a sequence.

current directory

The directory where you start BARR/RJE, or the directory you change to when you hot key to DOS after BARR/RJE starts.

D

data

A representation of facts, concepts, or instructions in a formalized manner suitable for communication, interpretation, or processing by human or automatic means.

data control block (DCB)

A control block used by access method routines to store and retrieve data.

Data Link Control Protocol

Communication rules for the orderly exchange of information between two nodes on a data link. The lowest level protocol of SNA and BSC.

Dataproducts Interface (DPI)

An interface that originated with the Dataproducts Corporation used for driving high-speed printers and typesetting equipment.

DAVFU

Direct Access Vertical Forms Unit. A control sequence of characters used to define a vertical print form. The DAVFU convention was first established by Dataproducts Corporation.

dedicated line

Same as a non-switched line. A connection between systems or devices that does not have to be made by dialing.

demodulate

The reverse operation of modulate. Transforming an analog signal into the digital information it represents. See also modem.

device

An input and output unit connected to the computer, such as a printer, plotter, or monitor.

device address

A number that uniquely identifies a device.

device driver

A software program that controls a specific device, such as a printer or a network connection. Drivers load into memory and stay active while the computer does other work.

diagnostics

A program to detect and isolate errors in programs and faults in equipment.

dial-up line

A telephone line connected to the switched telephone network where the destination is selected by dialing a multi-digit number. Also called a switched line or a dial line. Opposite of leased line or dedicated line.

disconnect

Terminate a physical connection.

disk

A flexible magnetic-coated mylar disk used to record information. Synonymous with flexible disk or floppy disk.

display

A TV-like device used to display information.

DMA

Direct memory access. A technique for moving data directly between main storage and peripheral equipment without requiring the processing unit to process the data.

DOS

Disk operating system. An operating system for computers that uses disks to store programs and data.

DOS/POWER

See VSE/POWER.

driver

See device driver.

E

EBCDIC

Extended Binary-Coded Decimal Interchange Code, which specifies a set of 256 graphic and control symbols and their eight-bit codes. EBCDIC is used by mainframes and mainframe peripheral devices, such as printers. It was first used with the IBM System/360.

EGA

Enhanced Graphics Adapter, a type of video adapter.

EISA

Extended Industry Standard Architecture. A 32-bit extension of the 8- and 16-bit internal bus structure developed by IBM. Developed by Compaq Computer Corp. and other PC manufacturers.

encrypt

Systematic alteration of data that prevents unauthorized persons from viewing and using the data.

Ethernet

A LAN physical standard that allows multiple stations to access the transmission medium.

extension

In a file name, one to three characters that follow the period (for example, STUDY5.JOB).

F

FCB

Forms Control Buffer. A buffer for controlling the vertical format of printed output.

FCBLOAD

Forms Control Buffer Load. A record sent from a host to a remote to specify vertical forms control.

FCC

Federal Communications Commission.

file mark

Used to mark the end of a file.

file transfer

Transfer of files between two computer systems.

flag

In SNA communications, an eight-bit character used to introduce and end SDLC transmission frames. It is coded in binary as 01111110.

flow control

Mechanism to control the rate that data is sent to devices (such as printers) so that data is not sent faster than it can be accepted. See also pacing and virtual route pacing.

formatted logon

In SNA communications, a logon message coded into fields, including the remote name, password, LOGMODE table, and APPLID.

frame

In SNA communications, a consecutive string of bits sent as a unit. The frame begins with a flag followed by an address and control byte, data, and Cyclical Redundancy Check (CRC), and ends with a flag.

front-end processor (FEP)

A processor that relieves the host computer of certain processing tasks, such as line control, message handling, code conversion, and error control. Examples include the 3725 and 3745.

FTP

File Transfer Protocol. In TCP/IP, an application protocol used to transfer files to and from host computers. FTP requires a user ID and perhaps a password to allow access to files on a remote host system. FTP assumes that TCP is the underlying protocol.

full duplex

A communications link that allows for the simultaneous transmission of data in both directions (in contrast to half duplex).

function keys

The 40 key combinations — F1 to F10, SHIFT+F1 to F10, CTRL+F1 to F10, and ALT+F1 to F10 — on the left or top of the keyboard.

G

gateway

A device that uses protocol conversion to connect dissimilar communications systems. For example, BARR/RJE serves as a gateway between a LAN and a mainframe. (In contrast, a bridge connects systems or networks with similar architectures.)

graphic symbols

Symbols represented by a picture (in contrast to symbols with an alphabetic name such as carriage return).

H

half duplex

A communications link that allows for transmission of data in only one direction at a time (in contrast to full duplex).

hardware

The physical or hard components in a computer system, such as a processor, memory, display, and printer. (Contrasts with the soft information components that include programs and data processed by the computer.)

hardware key

A small device used for software protection that plugs into the computer’s parallel port. You can attach a printer cable to the other end of the key. The key comes with the BARR/RJE 802.2 software.

HASP

Houston Automatic Spooling Priority system. A popular enhancement to the IBM operating system that was used for many years as a job entry system for local readers and printers as well as RJE terminals.

header

See spool header.

hexadecimal

A base 16 number system that uses the digits 0 to 9 and letters A to F.

host computer

A large computer that controls the communications network, stores databases, and has a large computing and memory capacity. Other computers can connect to the host to share its resources.

I

IBM

International Business Machines Corporation.

IBM PC

International Business Machines Personal Computer.

IDBLK/IDNUM

In SNA communications, identification data used for dial-up devices. See also Xid.

input

Information that is read into a computer.

Installation Description

Installation program for entering BARR/RJE configuration options.

interface

The connection between any two hardware or software components in a system.

interrupt

Mechanism used to stop a program for an event needing immediate attention.

I/O

Input/Output. Represents data transfer between a computer and peripheral equipment.

IPX

See Novell IPX.

IRQ

Interrupt request. A request for processing on a particular priority level.

ISA

Industry Standard Architecture, a standard for the PC’s expansion bus (where you plug in add-on adapters). The IBM AT bus became a 16-bit ISA bus.

J

JCL

Job Control Language. A language interpreted by the operating system.

JES2 and JES3

Job entry subsystems of the IBM MVS operating system. These subsystems are used for entering jobs into the MVS operating system and dispensing the output from the jobs. JES2 and JES3 are replacements for the HASP II program that was used for this same purpose.

job

An independent unit of work that is processed by the host operating system. A job consists of JCL statements, programming language statements, and data to be processed. The output of a job includes printed output and updates to files on disk or tape.

K

KB

Kilobyte.

key

See hardware key.

kilobyte

A unit of computer memory that is 1,024 bytes. Each byte is eight bits long. 1,024 in decimal notation is the same as 10000000000 in binary notation. In computer literature, the kilo prefix means "times 1,024."

L

LAN

See local area network.

language

A language consists of a set of symbols, the rules that define which sequences of symbols are syntactically correct, and the meanings attached to various parts of the language. Examples of computer languages include FORTRAN, C, COBOL, and ALGOL.

LAT

Local Area Transport, an early networking protocol used by DEC. (DECNET is the newer protocol.)

leased line

A communications link provided by the telephone company that is dedicated for use by one customer. It is also called a private line service and can be a privately owned cable between two points.

line

Connection between one computing unit and another computing unit, such as a host computer and a remote terminal. In this manual, line usually refers to a line coming out of a communications controller that is connected to a modem by an RS232 cable.

line speed

The number of binary digits that can be sent over a communication line in one second. Line speed is usually expressed in bits per second (bps).

line trace

A recording of the frames sent and received on a communication line that is useful for diagnosing communications problems.

local area network (LAN)

A high-speed communications network within a limited geographic area. Typically, several PCs are linked together within a single building or campus. (In contrast, a wide area network might span hundreds or thousands of miles.)

locally attached

Directly connected to the mainframe without use of a telecommunication line.

logical unit (LU)

In SNA communications, an independent stream of data that is multiplexed with other streams within a physical unit.

LOGMODE

In SNA communications, a list of parameters specifying the type of session to establish between a mainframe application and a remote workstation. VTAM uses the LOGMODE during the Bind operation.

logoff

In SNA communications, to terminate a session.

logon

In SNA communications, to initiate a session or to initiate a session between an application program and a logical unit.

logon data

In SNA communications, a logical unit sends a message in response to the logon. The entire logon sequence or message is called the logon data.

loopback

A testing procedure in which transmitted data is returned as received data.

LPD

Line printer daemon. The remote printer server that allows other hosts to print on a printer local to your host.

LPR

Line printer request.

LPT1, LPT2, LPT3

PC parallel ports 1, 2, and 3.

LRECL

Logical record length.

LU

See logical unit.

M

macro

An instruction in a source language that points to a sequence of instructions in the same language to replace it. The macro can also specify values for parameters in the replacement instructions.

mainframe computer

Term used for a large central computer that offers a full set of computing services. The term originated in the days when the central processor, memory, and input/output channels were located in one central housing called the mainframe.

Mb

Megabit.

MB

Megabyte.

megabit

One million bits (more accurately, 1,048,576 bits).

megabyte

One million bytes (more accurately, 1,048,576 bytes).

message

The longest unit of information transmitted as a consecutive series of bits. In asynchronous communication, a message is a single character. In synchronous communication, a message is a block of characters preceded by some sync characters and terminated by an end-of-block marker.

MLU

See multiple logical unit RJE.

MODEENT

In SNA communications, the macro that defines the LOGMODE table.

modem

Modulate/Demodulate. A device designed to interface between a digital communication link and an analog communication link. Usually the digital communication link is a computer or terminal and the analog communication link is a telephone line. Modulate means convert a digital signal from the computer into an analog signal capable of being transmitted by the telephone system. Demodulate is the opposite of modulate.

MODETAB

In SNA communications, a table of LOGMODE definitions.

multidrop line

See multipoint line.

multileaving

In HASP communications, a BSC communications protocol that allows one communications link to send data in both directions at the same time. In each direction, multiple streams of data can flow to several printers or disk files.

multiple logical unit RJE

The most sophisticated RJE protocol supported by SNA communications. It enables several logical units to simultaneously send and receive multiple streams of data.

multiple session RJE

See multiple logical unit RJE.

multiplex

To concentrate multiple streams of data on one medium.

multipoint line

In SNA and 3780 communications, a line that has more than one physical unit communication with the host computer. These physical units share the line, but only one unit sends on the line at a time. Also called multidrop line.

multistation adapter unit (MAU)

A centrally located unit to which token ring nodes are connected. The MAU repairs the ring by removing non-functioning nodes from the ring, and thus maintains the integrity of the ring even if there is a malfunction.

MVS

Multiple Virtual Storage operating system. A large IBM operating system that operates on System/370, 3081, and 3091 processors.

N

NAK

In bisynchronous communications, a Negative Acknowledgment character used to indicate a problem with receiving a message.

NCP

In SNA communications, a program that controls the operation of a communication controller. It is generated by the user from a library of IBM-supplied modules.

NetBIOS

Network Basic Input/Output System is a standard interface between PC software and LAN adapters such as token ring, Ethernet, or Arcnet adapters.

network

An arrangement of nodes and connecting branches for information interchange.

non-transparent transmission

In bisynchronous communications, an obsolete standard that does not allow transmission of all 256 characters.

non-switched line

See dedicated line. (Contrasts with switched or leased line.)

Novell IPX

Novell Internet Packet Exchange comes with the Novell LAN. Novell has implemented IPX for most LAN adapters, including Ethernet, Arcnet, and token ring.

NRZI

In SNA communications, a method of coding data transmission so that the sender changes the signal for a binary 0 to the opposite state and leaves the signal for binary 1 in the same state. Also known as invert on zero coding.

NUL

Device that deletes output.

O

offline

Disconnected from the system. Processing that is performed in isolation.

online

Connected to the system. Processing that is performed during direct communications between a workstation and a host computer.

operand

A JES2 command used to modify a command or identify the job or system facility to act upon.

operating system

A master program that manages the resources of the computer. The operating system provides a set of services to all programs for input/output, data management, program loading, memory allocation, and communication facilities for job entry and output dispatching.

operator commands

Commands sent to the host computer.

OS

See operating system.

output

Data produced by a computer program.

P

pacing

In SNA communications, a method to control the flow of data from VTAM to the remote.

parallel interface port

A device interface to the computer that reads and writes groups of bits at the same time. A common way to connect printers to the PC.

parameter

A variable that is given a constant value for a specified application.

parity

A bit appended to a group of binary digits to ensure that the sum of bits is either even or odd. Serves as an error-detection scheme for data communications.

PC

Personal computer or microcomputer.

PCM

Pulse Code Modulation code. A coding scheme used for digital transmission of telephone calls. The analog telephone signal is sampled 8,000 times a second. For each sample an eight-bit code is constructed. This digital code is sent within the telephone system. The eight-bit code is converted back to the analog signal prior to being put on the local telephone line.

PC/TCP

FTP Software, Inc.’s kernel that interfaces between Barr software and the TCP/IP network.

peripheral devices

Equipment attached to the computer that is controlled by the computer or serves as memory or a source of information. Examples of peripheral devices include disk drives, printers, and communications devices such as modems.

physical unit (PU)

In SNA communications, an independent unit attached to an SDLC line.

pin

One of the conducting contacts of an electrical connector.

plot output

Output from the host to be written to a graphics plotter device.

port

A PC connector for attaching peripheral devices to PCs.

PR1

RJE printer 1.

printer control data

Data used to specify the operating mode of the printer.

printer forms commands

Commands sent to the host to manage printing special forms.

print queue

A list of items waiting to print.

print server

A program or processor attached to a LAN that manages file printing.

print spooling

Managing a queue of files to be printed on one or more printers.

production disk

A disk used in daily PC operation.

program

A set of instructions that gives step-by-step details for performing a task. Computer instructions can be written in a high-level language like FORTRAN, BASIC, or PASCAL. Instructions in a form directly usable by the computer are called machine language instructions.

protocol

See communications protocol.

protocol conversion

Translation between two computer protocols (such as ADLC and SDLC) so that two dissimilar systems can communicate.

PU

See physical unit.

PU1

RJE punch device 1. Typically, data received on the punch is processed rather than printed.

punch

Output from the host computer that consists of a file of lines up to 80 characters long.

Q

queue

A list of items waiting for service in a system.

R

RD1

RJE reader device 1.

reader

A logical device that reads jobs from the RJE workstation and sends them to the host system. At the host, jobs are placed in a job queue for processing.

receive

To obtain data from a communications line (in contrast to send).

receive mode

Options that control the format of files that are received.

RECFM

Record format. The definition of how data is structured in the records contained in a file. The definition includes record name, field names, and field descriptions such as length and data type. Record formats can be fixed length, variable length, or unspecified length.

record

A logical grouping of data, such as all information relating to a particular account.

remote

A terminal attached via a communications link to a mainframe computer.

remotely attach

To connect equipment to the mainframe via a telecommunication line.

RJE

Remote Job Entry. A computing environment in which you can create programs and data offline on the PC, transmit them to the mainframe, receive the printouts at high speed on disk or printers, and control the status of jobs with remote operator commands.

RS232

Refers to EIA Standard RS232C for connecting data communication equipment (DCE) to data terminal equipment (DTE), including connecting terminals and computers to modems. Many computer peripheral devices also use this interface for connecting to the computers. See also serial interface port.

RSCS

Remote Spooling Communications Subsystem of the IBM VM operating system. RSCS is a remote job entry system that is compatible with BARR/HASP.

RTS

Request-To-Send signal.

S

S/370

IBM mainframe machine architecture. See also channel attached.

SDLC

Synchronous Data Link Control is a low-level communications protocol for synchronous communications. It is defined for both full-duplex and half-duplex operation. SNA uses SDLC as its low-level communications protocol.

sense code

Data describing an I/O error.

serial interface port

Interface ports that send and receive data one bit at a time using the RS232 standard.

serial port input

Files read from a serial port (COM1 to COM4) and sent to the host. These files can be printed, sent to the host, or routed on the LAN.

session

(1) SNA communications between two logical units that start with a logon and end with a logoff. (2) A BARR/RJE screen dedicated to a particular activity.

SNA

Systems Network Architecture. A description of the IBM communications network, a multilayered communications environment that usually uses SDLC as its lowest level communications protocol. The description includes the logical structure, formats, protocols, and operational sequences for transmitting units through and controlling the configuration and operation of networks.

software

The programmable instructions for operating the physical machinery of a computer system, such as programs, databases, and files. (Contrasts with hardware components such as the processor, printer, and disk drive.)

software disk

See disk.

SOH

Start-of-header, a character in the binary synchronous communications protocol.

spool directory

The directory where files are queued while they wait for printing or routing from the Barr print spool.

spool header

Data at the start of a file that describes the file and how the file is to be printed.

spooling

Simultaneous Peripheral Operations Online. Spooling denotes a system that allows several independent flows of data to proceed concurrently. For example, files can be sent from disk to the host computer while other files are being printed. See also print spooling.

SSCP

See System Services Control Point.

standard

A set of rules established by an industry or governmental organization. Usually implies an extensive review process.

switched

See dial-up line.

SYNC

Character sent before a bisynchronous communications protocol message or block.

synchronous adapter

Communications adapter that allows connection to a synchronous modem.

synchronous communication

Mode of communication in which blocks of characters are sent as a unit without start and stop bits for each character. Unlike asynchronous communication, the timing for data is obtained from the carrier signal and is not a function of the time-from-the-start bit.

System Services Control Point (SSCP)

In SNA communications, a focal point within an SNA network for managing session services for end users of the network. SSCP includes configuring, coordinating network operator and problem determination requests, and providing directory support.

T

tab character

A character that causes the printer to advance to a tab stop.

TCP/IP

Transmission Control Protocol/Internet Protocol. A suite of protocols designed to allow communication between networks regardless of the technologies implemented in each network.

terminal

The end of a communication line. A simple terminal is a keyboard and a TV-like display. More powerful terminals include disk storage, a computer, printers, and plotters.

timeout

An elapsed time period without a transmission or other expected event occurring.

token ring interface coupler (TIC)

An interface adapter installed in the 3745 or 3725 to connect to a token ring network.

token ring network

High-speed communication network that consists of physical equipment and architecture. This is the IBM architecture for LANs. The network is characterized by ring structure with a single token continuously circling the ring.

trace

See line trace.

translation

Process of converting from one coding convention to another.

transmit

To send data from one place to another for reception.

transparent transmission

A variation of binary synchronous communication that allows transmission of all 256 characters.

TSR

Terminate and Stay Resident.

turnaround

Transmission in the reverse direction, that is, reversal from send to receive or from receive to send. This usually refers to a half-duplex communication channel.

U

UCS

Universal Character Set. Some printers (such as the IBM 3203 and 3211) require that you load a UCS buffer to match the print train or band installed.

UNIX

An operating system for workstations developed by Bell Laboratories that features multiprogramming in a multi-user environment. It was originally developed for minicomputers but can now be used on mainframes and microcomputers.

USSTAB

Unformatted System Services Definition Table. A mainframe system table that defines character-coded commands.

V

VAX

A super-minicomputer made by Digital Equipment Corporation.

vertical forms control

Specification for spacing of lines on print form.

VGA

Video Graphics Array, a type of video adapter.

virtual route pacing (VPacing)

In SNA communications, pacing used to control data flow of the application and VTAM.

VM

IBM’s Virtual Machine operating system. A popular operating system for interactive computing. It creates a computing environment in which users appear to have their own IBM 370 computer.

VM/RSCS

Virtual Machine/Remote Spooling Communications System.

VSE/POWER

An S/370 operating system program that simultaneously operates many readers, printers, and remote communications devices.

VTAM

Virtual Telecommunications Access Method. An IBM operating system program that resides on the mainframe controlling SNA communications between the mainframe applications software and remote terminals.

W

No glossary entries.

X

X.21

An International Telegraph and Telephone Consultative Committee (CCITT) recommendation for a general-purpose interface between data terminal equipment and data circuit-terminating equipment for synchronous operations on a public data network.

X.25

An International Telegraph and Telephone Consultative Committee (CCITT) recommendation for a general-purpose interface between data terminal equipment and packet-switched networks.

Xid

In SNA communications, an SDLC command and response passed between a host and remote that provides initial identification of the remote to the host. Contains IDNUM and IDBLK data.

XON/XOFF

A control character used to restore (XON) or suspend (XOFF) the flow of data.

XPAF

Xerox Printer Access Facility.

Y

No glossary entries.

Z

No glossary entries.