The information in this article applies to:
SYMPTOMS
You can use the Component Builder (CB) to export COBOL statements from a
component library. However, under certain circumstances, the exported COBOL
statements will not be correct.
WORKAROUNDTo work around this problem, use a text editor to manually correct the exported COBOL. STATUSMicrosoft has confirmed this to be a problem in Microsoft COM Transaction Integrator for CICS and IMS version 1.0. This problem was corrected in the latest SNA Server version 4.0 U.S. Service Pack. For information on obtaining this Service Pack, query on the following word in the Microsoft Knowledge Base (without the spaces): S E R V P A C K MORE INFORMATION
For example, the COBOL below was generated from a simple typelib. All
contents of the typelib were declared manually within CB, without using the
Import COBOL Wizard. In this code, a recordset with two elements, COLUMN1
and COLUMN2, is declared. A method is declared that has one parameter,
PARAMETER1. PARAMETER1 is declared as an array of 12 elements with 25 bytes
of trailing FILLER.
In this example, the preceding COBOL code should be modified so that the
FILLER is not part of the array, as shown in the following code:
Additional query words: comti record set type lib typelib
Keywords : kbbug1.00 CTICB CTIData CTIProg |
Last Reviewed: October 29, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |