home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / bit / listserv / vmutil / 1490 < prev    next >
Encoding:
Text File  |  1992-09-10  |  2.9 KB  |  61 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!ETSU.BITNET!CMS2
  3. Organization: East Tennessee State University
  4. Message-ID: <VM-UTIL%92091016464640@OHSTVMA.IRCC.OHIO-STATE.EDU>
  5. Newsgroups: bit.listserv.vm-util
  6. Date:         Thu, 10 Sep 1992 13:51:51 EDT
  7. Sender:       VM Utilities Discussion List <VM-UTIL@OHSTVMA.BITNET>
  8. From:         Bill Williams <CMS2@ETSU.BITNET>
  9. Subject:      Re: Session
  10. In-Reply-To:  Message of Wed, 9 Sep 1992 15:42:35 PDT from <RPB@UCSFVM>
  11. Lines: 48
  12.  
  13. On Wed, 9 Sep 1992 15:42:35 PDT Rodger Bagnall said:
  14. >On Wed, 9 Sep 1992 14:20:21 CST Terri Cameron said:
  15. >>We recently discovered SESSION and have found it to be a real asset to
  16. >lines deleted ..
  17. >We use SESSION a  lot.  I think it is excellent.   The only problems I've
  18. >encountered  have been  since we  switched to  SNA connections.   I don't
  19. >understand this stuff at all, but could that be why you can't get to IMS?
  20. >One problem is  that TERM BREAKIN GUESTCTL is ignored  for SNA terminals,
  21. >so the machine  running SESSION can be interrupted, causing  loss of data
  22. >on the SESSIONed userid.
  23.  
  24. I have a work around on this.  When I'm running in an SNA session I
  25. 'SET FULLSCREEN ON'.  Now I can SESSION around all over the place and
  26. the CMS FullScreen grabs incoming stuff with the result that I don't get
  27. blasted back to "home" with every message *and* when I do return to
  28. "home" all the messages are there for me to see.  (In a LOGFILE, too.)
  29.  
  30. Drawbacks?  Well, FULLSCREEN does take a little getting used to and that
  31. ain't necessarily bad.  A hint for those who haven't tried it out:
  32. I created a 'FULLSCREEN EXEC' which includes...
  33. ----------------------------------------------------------------------
  34. /* CMSPF Rexx -- set BRWms PFKeys in the CMS FULLSCREEN environment */
  35. 'SET FULLSCREEN ON'
  36. 'SET CMSPF 23 Session DELAYED SESSION '
  37. 'SET CMSPF 24 Session NOECHO SESSION'
  38. /* ...any other PFKey settings you have you should duplicate with
  39.       as CMSPF keys... */
  40. 'CP SET PF3 IMMED SET FULLSCREEN RESUME'
  41. ----------------------------------------------------------------------
  42. ...the net effect of it gives me the PF3 to flip in and out of
  43. FULLSCREEN -- CMSPF 3 in FullScreen is by default a FULLSCREEN SUSPEND
  44. which flips me out, and now PF3 is a FULLSCREEN RESUME which flips me
  45. back in.  I only need run FULLSCREEN EXEC once per LOGIN or if you
  46. do a SET FULLSCREEN OFF it must be re-run.  Also note
  47. that it's a good idea to SUSPEND if/before you are running GONE.
  48.  
  49. Which reminds me... if you are running FULSCREEN ON and do a DISConnect
  50. any incoming messages will be logged and the sender will not get the
  51. usual CP message about the USERID DISCONNECTED.  The won't get any
  52. response, but you will get their messages.  At least that's the way it
  53. works under:  VM/XA CMS 5.6, Service Level 205
  54.  
  55.  ---------------------------------------
  56.    Bill Williams -- ETSU Systems Support
  57.     East
  58.     Tennessee             (615) 929-6853
  59.     State
  60.     University        <CMS2@ETSU.BITNET>
  61.