home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / vse-esa.zip / README.INF < prev    next >
Text File  |  1994-06-08  |  6KB  |  95 lines

  1. VSE/ESA WORKSTATION  INTERFACE NOTES:
  2. SETUP & INSTALLATION:
  3. 1). Create these directories/ subdirectories on your OS/2 PC:
  4.         C:\VSECOM
  5.         C:\VSECOM\LISTS
  6.         C:\VSECOM\JOBS
  7. 2). Copy the files RUNVSE.CMD and WAITHELP.TXT to directory C:\VSECOM
  8. 3). Copy the required runtime modules (the .DLLs) where they will be accessible when the VSECOM
  9.     program is running, e.g. 
  10.         copy VXQE.DLL to C:
  11.         copy VROBJ.DLL to C:
  12. 4). Drag the VSECOM icon to your desktop.
  13.  
  14. CHANGES TO VSECOM Version 2.1:
  15.  
  16. 1). Instead of posting the completion of the SEND/RECEIVE commands to a QUE, this version does
  17. a START (command string) in a separate window and waits an interval for a result to be
  18. written to a file. After 10 seconds, if the command was not completed, it displays a screen that
  19. allows you to wait of cancel.
  20.         wait cycles another 10 seconds. some long librarian searches or transfers may take this long
  21. and you should be able to tell if there is a communication problem by viewing the activity in
  22. the started command window. if not, select 'WAIT'.
  23.         if there appears to be a problem, select 'CANCEL' and then close/cancel the os/2 window
  24. where the SEND/RECEIVE command is executing. It will take a few seconds for the SEND/RECEIVE
  25. code to be interrupted.
  26.  
  27. 2) The GUI has been broken into 3 colored boxes. 
  28.         In the session box, a LIBS: listbox has been added that will display all the libraries defined on the VSE host workstation def panel. If you
  29. click in the box on one of the displayed libraries, it will become the default library in your
  30. input windows. Also, a spin box to select a particular communications manager session is now
  31. available. Previously, it was assumed session A: was used. This may be useful if you are
  32. connected to more than one VSE host/system.
  33.         In the librarian/file transfer window the upload/download buttons have been enhanced
  34. to provide for a panel interface for the librarian file transfers. The most useful options were
  35. built into the interface. Any additional options needed can be entered on the options line
  36. separated by a space between options as so: CLASS=P BUF=8192.( See page 115 of the
  37. VSE/ESA release 1.3.2 Programming & Workstation Guide.) The other selections just invoke
  38. a line that permits entering an explicit command string. Perhaps in a future version the panels
  39. will be added ( the source code is available for enhancement.).
  40.         In the job control window, the check button will retrieve status on jobs submitted from
  41. the PC  and if any is available, append it to a status file. One retrieved, the status info is
  42. deleted on the host. The edit button will invoke the OS/2 editor.
  43.         Perhaps a button should have been added at the bottom to file off an OS/2 command, 
  44. to perhaps make it convenient to copy source files down from LAN SERVER harddrives, but
  45. the VSECOM window is small enough not to cover all of the 'Desktop'.
  46.  
  47.         In my humble opinion, the Workstation Interface provided by IBM beginning with
  48. VSE/ESA release 1.3.2 is over-engineered and not at all 'user-friendly'. Given todays
  49. expectations, they would have met the wishes of current & potential customers better if they
  50. had enhanced VSE/ESA with functionality similar to that provided by the MDI server/gateway
  51. products as well as a simple demo of a PC-based app accessing data from a VSAM and/or
  52. SQL/DS (DB/2-VSE) file. Client-Server, in generally understood terms, means the ability to
  53. select from a variety of PC-based development tools and access data residing on other machines
  54. /other platforms. 'Face-lifting' 3270 datastreams is just not going to convince users that VSE
  55. is a good choice in todays market. And yet it could be.
  56.  
  57. THE INTERFACE:
  58.         This interface was developed using WATCOM'S VX-REXX and information in the
  59. VSE/ESA 1.3 PROGRAMMING & WORKSTATION GUIDE. There are some environment re-
  60. quirements that include:
  61.         - on the PC :
  62.                 OS/2 2.1
  63.                 COM MANAGER with session A: connected to the VSE host and set to PC-MODE
  64. or PF6(Escape- a clear screen)
  65.                 REXX installed
  66.                 see the install notes above
  67.                 The OS/2 system and Enhanced editors
  68.         - on the VSE host:
  69.                 set definitions under the Resource Definitions/User-interface/Customize VSE/
  70. ESA Workstation Platform panel
  71.                 make sure your terminal session is defined to allow data transfer.
  72.                 ( Host requirements are all covered in the IBM WKST manual mentioned above.
  73. There is no use of the Host Transfer File in this utility, except the file transfer, so it does not have to be defined to
  74. use this interface)
  75.  
  76.         All output from executed commands is stored on PC files and immediately displayed if
  77. VIEW is checked on the input panel. Also checking print will print the output immediately to
  78. LPT1:
  79.         This product is placed in the public domain and can be freely distributed and modified
  80. (hopefully enhanced and passed along). For example:
  81.         - additional upload/download panels could be added.
  82.         - A subset of the interface could be developed for a password protected test/production
  83. migration panel
  84.         - 'remote' console capabilities could be added
  85.         - a job schedular (although there are already inexpensive OS/2 based product)
  86.  
  87.         A final pitch. If you find yourself using this interface regularly, please consider
  88. sending along $20.00 for my PC-puchase cookie jar. If you do,thanks.
  89.  
  90.         Any questions &/or comments, suggestions to:
  91.         Larry Clark
  92.         P.O. 211
  93.         Averill Park, N.Y. 12018
  94.  
  95.