[Migrated content. Thread originally posted on 10 October 2005]
Hi,I am looking at at java calling cobol solution for creating a web service in java that would do a call to a cobol program to read data and use existing business rule's.
The problem I am having is with the linkage section in the cobol program. How do you define Pic X variables in java. IE Pic x(200)
would be represented by a string in java, we seem to be getting linkage errors as the size of a java string is dynamic, I have read in the documentation of version 7 that you can switch off linkage checking but is this the route I want to go, is there another alternative to define the variables in java.



