home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / m23216s1.zip / README.001 < prev    next >
Text File  |  1994-03-18  |  3KB  |  72 lines

  1.  
  2. README.TXT for CICS OS/2 V2.0 - CSD 01 - 24 December 1993.
  3. ──────────────────────────────────────────────────────────
  4.  
  5. This file documents the latest updates to the CICS OS/2 system.
  6.  
  7.   The following command files were incorrectly placed in a directory
  8.   called SAMPLES\CMD\SOURCE by the install program:
  9.  
  10.   MECDSTAT.CMD
  11.   MECDSYN.CMD
  12.   MECIWAIT.CMD
  13.   MECOAS16.CMD
  14.   MECOSTAT.CMD
  15.   MECOSYN.CMD
  16.  
  17.   This CSD places them in the correct directory (SAMPLES\CMD); If you
  18.   have modified any of these command files, please migrate the changes
  19.   to the SAMPLES\CMD directory. SAMPLES\CMD\SOURCE should be deleted
  20.   and any references to it (such as in the PATH environment variable)
  21.   changed to SAMPLES\CMD.
  22.  
  23.   Changes due to fix for APAR PN50250
  24.   ───────────────────────────────────
  25.  
  26.   With this APAR applied to the system the definition of the
  27.   EIBTASKN field in the  EXEC Interface Block has been changed
  28.   as follows.
  29.  
  30.   For COBOL programs to:   PIC S9(7)     COMP-3.
  31.   For C     programs to:   char [4].
  32.  
  33.   The effect of this change on programs written in C will be to
  34.   produce a compile error for applications that access the field
  35.   as a binary interger. Applications will require to be modified
  36.   to access the field as a character string. Note the content of
  37.   this field will be in packed decimal format.
  38.  
  39.   This change will be transparent to programs written in Cobol.
  40.   Existing applications, which access the data as binary, will
  41.   continue to function without change.
  42.  
  43.  
  44.   Changes due to fix for APAR PN49094
  45.   ───────────────────────────────────
  46.   ┌─────────┬──────────────────────┬───────────────────────────────────┐
  47.   │ ID = 91 │ Issued by FAAECIS3   │ Task Control                      │
  48.   ├─────────┼──────────────────────┼─────────────────┬─────────────────┤
  49.   │ TYPE /  │ ENTRY DESCRIPTION    │ FIELD A         │ FIELD B         │
  50.   │ POINT   │                      │                 │                 │
  51.   ├─────────┼──────────────────────┼─────────────────┼─────────────────┤
  52.   │ RV P85  │ eci_call_type is     │ Window Handle   │ eci_message_id  │
  53.   │         │ ECI_STATE_ASYNC_MSG  │                 │ eci_message_    │
  54.   │         │                      │                 │      qualifier  │
  55.   ├─────────┼──────────────────────┼─────────────────┼─────────────────┤
  56.   │ RV P91  │ WinPostMsg failure   │ WinPostMsg RC   │ eci_message_id  │
  57.   │         │                      │                 │ eci_message_    │
  58.   │         │                      │                 │      qualifier  │
  59.   └─────────┴──────────────────────┴─────────────────┴─────────────────┘
  60.  
  61.  
  62.  
  63. For information about the GA level of code see the file README.000
  64.  
  65.   **************************************************************
  66.   **************************************************************
  67.   ***                                                        ***
  68.   ***                   End of Document                      ***
  69.   ***                                                        ***
  70.   **************************************************************
  71.   **************************************************************
  72.