6530 Programmer's Guide

Preface
iv
6530 Programmer’s Guide
Related
Publications
For information about publications that contain information related to the
6530, see the Tandem Information Manager (TIM), which is available on
CD-ROM and on the Internet. The TIM includes information about
documents available for these products:
PC6530 software
Tandem TS530 terminals
the Tandem NonStop Kernel operating system
the Transaction Application Language (TAL)
the Tandem Communications Management Interface (CMI)
Multilan
Syntax Notation
This manual uses the following notation to indicate the syntax of control
sequences sent to the emulator and the format of messages returned to
your application:
[ ] Square brackets indicate that the enclosed item(s) is optional.
... Ellipses indicate that the preceding item(s) can be repeated
as many times as necessary.
lc Lowercase italics indicate a variable item that must be replaced
by data.
Control characters are represented by two- or three-character
abbreviations shown in uppercase letters, for example, ESC, CR, LF and
so on. When you send a control character to the 6530, you must send the
ASCII code for the character as listed in Appendix A.
The spaces shown in the format descriptions and examples are for clarity
only. Unless specifically stated otherwise, the spaces are not part of
escape sequence or returned message format, and will cause an error if
included.
An H following a number indicates a hexadecimal value,
for example, 10H.