home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / os2 / networki / 2584 < prev    next >
Encoding:
Text File  |  1992-12-31  |  4.2 KB  |  112 lines

  1. Newsgroups: comp.os.os2.networking
  2. Path: sparky!uunet!usc!sdd.hp.com!ux1.cso.uiuc.edu!news.iastate.edu!news
  3. From: A1.MCL@isumvs.iastate.edu 
  4. Subject: SNA over Async with OS/2
  5. Message-ID: <C0523n.2q6@news.iastate.edu>
  6. Sender: news@news.iastate.edu (USENET News System)
  7. Organization: Iowa State University, Ames IA
  8. Date: Thu, 31 Dec 1992 19:28:33 GMT
  9. Lines: 101
  10.  
  11.  
  12. IBM has relased a prototype for SNA-A for OS/2 (SNA over
  13. a asychronous adapter).  This allows one to have a home
  14. computer or portable with OS/2 and ES installed with modem
  15. and be able to dial into to work and have ES provide 3270,
  16. 5250, APPN-APPC-LU6.2 sessions to the work location.
  17. This prototype is downloadable from the IBM OS/2 BBS, if
  18. someone on Internet is interested in this code I can ask
  19. if I can post to ftp-os2.nmsu.edu.
  20.  
  21. Mike Long
  22. Iowa State University
  23.  
  24. Here is a short readme,
  25.  
  26. SNA-A OS/2 Asynchronous SNA/APPC Utility                12/30/92
  27.  
  28. Revisions:
  29.   Release 1.3:  06/30/92 - Initial release.
  30.                 12/30/92 - Made available to customers on OS/2 BBS.
  31.  
  32. Announce Statement:
  33. -------------------
  34.   The SNAAOS2 package is prototype code which extends OS/2's
  35.   Communications Manager (EE 1.3 or ES 1.0) to include SNA and APPC
  36.   over asynchronous connectivity.  This code is PROTOTYPE code and
  37.   is NOT a part of the Communications Manager product.
  38.  
  39.   Any service issues or questions will be handled through the
  40.   APPC forum on the OS/2 BBS.
  41.  
  42.   NOTES:
  43.  
  44.   1. Distribution/service for this package may be stopped
  45.      without notice.
  46.  
  47.   2. Communications Manager's service organization MUST NOT BE
  48.      called for anything dealing with this prototype.
  49.  
  50.   3. Consult the User's Guide for installation instructions.
  51.  
  52.  
  53. Package contents
  54. -----------------
  55.   The SNA-A package is named SNAAOS2 and is available in the Tools Section
  56.   of the OS/2 BBS Software Library. The SNAAOS2.ZIP file is downloaded
  57.   and unpacked using PKUNZIP2. It contains:
  58.  
  59.     README  1ST              *Package Overview
  60.     SNAAOS2 SCR              *User's guide - IBM Script format.
  61.     SNAAOS2 LST              *User's guide - ASCII list format.
  62.     SNAAOS2 PAK              *User's guide - Packed LIST3820 format.
  63.  
  64.     SNAAOS2 EXEBIN           *The OS/2 device driver providing the SNA-A
  65.                               function.
  66.  
  67.  
  68.   NOTE: Consult the User's Guide for installation instructions!
  69.  
  70.   The VM LIST3820 format version of the User's Guide was packed using the
  71.   VM COPY statement to preserve record formats and lengths. To restore the
  72.   file, first send the file to a VM host with the following OS/2 command:
  73.  
  74.   SEND SNAAOS2.PAK SNAAOS2 PACKED A (RECFM F LRECL 1024
  75.  
  76.   Then, unpack the file on the VM "A" minidisk with the VM command:
  77.  
  78.   COPY SNAAOS2 PACKED A SNAAOS2 LIST3820 A (UNPACK
  79.  
  80.  
  81. Description of the prototype
  82. -----------------------------
  83.   SNA-A, also referred to as SNA over async or SDLC over async,
  84.   is an extension to the SNA architecture allowing SNA traffic to
  85.   flow across asynchronous (start/stop) communications lines.  The
  86.   prototype replaces the existing OS/2 Communications Manager's
  87.   SDLC support with SDLC over async support. All forms of SNA
  88.   traffic can make use of this data link including LU6.2 (e.g.,
  89.   any APPC TPs), LU0-LU3 (e.g., 3270 emulation, host
  90.   printing and file transfer), and also SNA gateway.
  91.  
  92. What is the advantage of SNA over async?
  93. ----------------------------------------
  94.   SNA over async is being driven by the laptop market.  SNA-A enables
  95.   the growing base of laptops which already have the required
  96.   communications hardware (internal modem or COM port with an
  97.   external modem) gain native access to a SNA network.  This
  98.   allows customers to take their office based SNA applications
  99.   "on the road".  Any SNA customer with a salesforce has
  100.   a requirement for this.  The home office environment is  another
  101.   potential user of SNA-A.  People can use home PC's (without having
  102.   to invest in an SDLC adapter) to do terminal emulation into their
  103.   office machines (3270, 5250, or an OS/2 window via ATELNET).
  104.  
  105. What platforms support SNA over async?
  106. ---------------------------------------
  107.   This prototype allows an OS/2 machine (EE 1.3 or ES 1.0) to connect
  108.   with NS/DOS, AS/400 or another OS/2 machine configured with the
  109.   prototype.
  110.  
  111. help post
  112.