Check the Migration Guide and the VOS 15.0.0 SRB for updated information. |
PrefaceThe Purpose of This ManualVOS Communications Software: Synchronous Data Link Control (R043) documents the Stratus Synchronous Data Link Control (SDLC) protocol support. AudienceThis manual is intended for programmers using SDLC as the link-level communications protocol for their applications programs. Before working with VOS Communications Software: Synchronous Data Link Control (R043), you should be familiar with the following Stratus manuals. VOS Communications Software: Introduction VOS Subroutines Manuals You can find specific information on SDLC in the following IBM documents. IBM Synchronous Data Link Control General Information (GA27-3093) Systems Network Architecture Technical Overview (GA30-3073) Introduction to APPC (GG24-1584) Revision InformationThis is Revision 1 of VOS Communications Software: Synchronous Data Link Control (R043). It documents the SDLC software available with VOS Release 6.0. This manual uses change bars at the left margin to indicate revisions. If a revision is extensive, however, that revision is noted here in the manual's introduction and is not marked by change bars in the text. In Chapter 1, a description of negotiable SDLC has been added. In Chapter 3, the following opcodes have been added. toggle_xid_send_rcv_opcode (1413) clear_xid_info_opcode (1414) reconfig_addr_list_opcode (1415) Also in Chapter 3, minor technical corrections and additions have been made to the following information structures. read_line_status_info read_set_poll_list_info set_xid_info read_link_status_info In addition, the following information has been added in appendixes.
Manual OrganizationThis manual contains five sections, nine appendixes and a glossary.
NotationStratus documentation uses computer font to represent text that would appear on your CRT screen or on a line printer. (Such text is referred to as literal text.) For example: call s$clear_device( port_id, error_code);
Slanted font is used to represent general terms that are to be replaced by literal values. In the following example, the term
Italics are used for new terms when they are introduced and defined. For example: SDLC data is transmitted in a special format called a frame. Boldface is used to emphasize words within the text. For example: Note: On a half-duplex communications line, the correct baud rate must be specified, even if a modem is supplying the clock. Documentation Format for SubroutinesStratus manuals use a standard format for documenting subroutines.
Purpose
Usage
Arguments
Explanation Related ManualsRefer to the following Stratus manuals for related documentation. VOS Communications Software: Introduction VOS System Administrator's Guide (R012) VOS Subroutines Manuals VOS PL/I Subroutines Manual VOS BASIC Subroutines Manual (R018) VOS COBOL Subroutines Manual VOS FORTRAN Subroutines Manual VOS Pascal Subroutines Manual VOS C Subroutines Manual A Note on the Contents of Stratus ManualsStratus manuals document all the subroutines and commands of the user interface. Any other commands and subroutines contained in VOS are intended solely for use by Stratus personnel and are subject to change without warning. How to Comment on This Manual
You can comment on this manual by using the command Stratus welcomes any corrections and suggestions for improving this manual. |
|