I'm looking for a definitive way to solve a problem with String values which get garbled when they are passed to COBOL via CCI IndexedRecord.
Is Pointer the only class with which we can have the String values passed to COBOL programs encoded during the process performed by the implementation of CCI? Pointer does not seem to be able to handle a large string value as per Documentation. The length of the strings we are deling with are very large and PIC X(99) is not suffice. Does anybody have clue?





