home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / cemt2.zip / readme.txt < prev   
Text File  |  1995-08-05  |  2KB  |  64 lines

  1. Have you ever tried to check CICS for OS/2 resources using the CECI command?  
  2. Well, I did and was rather ....fed up.   Well, as I wanted to explore the ECI 
  3. facility, and and also wanted to learn a little bit C programming, I went 
  4. ahead and wrote a DLL that allows to access CICS resource information from a 
  5. REXX program.  
  6.  
  7. Also, using VisPro/Rexx, I wrote a GUI program to work with the DLL. 
  8.  
  9. Installation:  Unzip the distribution file into an empty directory.  If you 
  10. are using PKUNZIP2, include the -d switch to recurse into directories.  After 
  11. unzipping the distribution file, there will be three directories  called
  12.    CICSBIN
  13.    LIBPATH
  14.    EXE
  15.  
  16. 1. Copy the files in CICSBIN to \CICS200\BIN or any other directory that 
  17.    contains your CICS application programs
  18.  
  19. 2. Copy the files in LIBPATH to any directory that is accessible from your 
  20.    LIBPATH statement
  21.  
  22. 3. Copy the files in EXE to any directory that contains your executable 
  23.    programs
  24.  
  25. 4. Invoke CEMTUTIL to test the supplied CEMTUTIL.DLL in a charactor mode 
  26.    REXX program
  27.  
  28. 5. Invoke CEMT2 to run the GUI version
  29.  
  30. Note:  The programs have been developped and tested under 
  31.         -  CICS for OS/2 Version 2.0.1
  32.         -  OS/2 Warp Version 3
  33.         -  Personal Rexx (PREXX30) from Quercus Systems
  34.         -  VisproRx Gold Version 2.03 from Hockware
  35.        but should be running under other REXX implementations as well
  36.  
  37. Note:  The CICS default userid SYSAD and the password SYSAD must be enabled 
  38.        in CICS for OS/2, and it must be enabled to run protected transactions
  39.  
  40. Note:  There is no excessive error checking in the programs, so, if there is 
  41.        an ECI related error, you better have your CICS manuals ready to look 
  42.        up the meaning of the error code.  Also, in case the server transaction 
  43.        in CICS abend, only the abendcode is provided.
  44.  
  45.  
  46. Disclaimer:
  47.  
  48. I am currently LEARNING to write C programs, and also this is my first attempt 
  49. to work with ECI.  Therefore it is to be expected that the program supplied are
  50. NOT ERROR FREE, and that, if you DO use them, you do so at your own risk.
  51.  
  52.  
  53. If you have any comments, or if you would like to see additions or expanded 
  54. functionality, please contact me at
  55.  
  56. CIS:        100015,3113
  57. Internet:   vbandke@ibm.net
  58. Voicephone: +49 4185 792042
  59. Fax:        +49 4185 792043
  60.  
  61. regards
  62.  
  63. Volker Bandke
  64.