home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / APPS / DATACOM / DIVERSEN / SNAAOS2 / README.1ST < prev    next >
Text File  |  1992-12-30  |  4KB  |  86 lines

  1.  
  2. SNA-A OS/2 Asynchronous SNA/APPC Utility                12/30/92
  3.  
  4. Revisions:
  5.   Release 1.3:  06/30/92 - Initial release.
  6.                 12/30/92 - Made available to customers on OS/2 BBS.
  7.  
  8. Announce Statement:
  9. -------------------
  10.   The SNAAOS2 package is prototype code which extends OS/2's       
  11.   Communications Manager (EE 1.3 or ES 1.0) to include SNA and APPC
  12.   over asynchronous connectivity.  This code is PROTOTYPE code and 
  13.   is NOT a part of the Communications Manager product.             
  14.  
  15.   Any service issues or questions will be handled through the
  16.   APPC forum on the OS/2 BBS.
  17.  
  18.   NOTES:
  19.  
  20.   1. Distribution/service for this package may be stopped
  21.      without notice.
  22.  
  23.   2. Communications Manager's service organization MUST NOT BE
  24.      called for anything dealing with this prototype.
  25.  
  26.   3. Consult the User's Guide for installation instructions.
  27.  
  28.  
  29. Package contents
  30. -----------------
  31.   The SNA-A package is named SNAAOS2 and is available in the Tools Section
  32.   of the OS/2 BBS Software Library. The SNAAOS2.ZIP file is downloaded
  33.   and unpacked using PKUNZIP2. It contains:
  34.  
  35.     README  1ST              *Package Overview
  36.     SNAAOS2 SCR              *User's guide - IBM Script format.
  37.     SNAAOS2 LST              *User's guide - ASCII list format.
  38.     SNAAOS2 PAK              *User's guide - Packed LIST3820 format.
  39.  
  40.     SNAAOS2 EXEBIN           *The OS/2 device driver providing the SNA-A
  41.                               function.
  42.  
  43.  
  44.   NOTE: Consult the User's Guide for installation instructions!
  45.  
  46.   The VM LIST3820 format version of the User's Guide was packed using the
  47.   VM COPY statement to preserve record formats and lengths. To restore the
  48.   file, first send the file to a VM host with the following OS/2 command:
  49.  
  50.   SEND SNAAOS2.PAK SNAAOS2 PACKED A (RECFM F LRECL 1024
  51.  
  52.   Then, unpack the file on the VM "A" minidisk with the VM command:
  53.  
  54.   COPY SNAAOS2 PACKED A SNAAOS2 LIST3820 A (UNPACK
  55.  
  56.  
  57. Description of the prototype
  58. -----------------------------
  59.   SNA-A, also referred to as SNA over async or SDLC over async,
  60.   is an extension to the SNA architecture allowing SNA traffic to
  61.   flow across asynchronous (start/stop) communications lines.  The
  62.   prototype replaces the existing OS/2 Communications Manager's
  63.   SDLC support with SDLC over async support. All forms of SNA
  64.   traffic can make use of this data link including LU6.2 (e.g.,
  65.   any APPC TPs), LU0-LU3 (e.g., 3270 emulation, host
  66.   printing and file transfer), and also SNA gateway.
  67.  
  68. What is the advantage of SNA over async?
  69. ----------------------------------------
  70.   SNA over async is being driven by the laptop market.  SNA-A enables
  71.   the growing base of laptops which already have the required
  72.   communications hardware (internal modem or COM port with an
  73.   external modem) gain native access to a SNA network.  This
  74.   allows customers to take their office based SNA applications
  75.   "on the road".  Any SNA customer with a salesforce has
  76.   a requirement for this.  The home office environment is  another
  77.   potential user of SNA-A.  People can use home PC's (without having
  78.   to invest in an SDLC adapter) to do terminal emulation into their
  79.   office machines (3270, 5250, or an OS/2 window via ATELNET).
  80.  
  81. What platforms support SNA over async?
  82. ---------------------------------------
  83.   This prototype allows an OS/2 machine (EE 1.3 or ES 1.0) to connect
  84.   with NS/DOS, AS/400 or another OS/2 machine configured with the
  85.   prototype.
  86.