FAQ > PERCobol and Java (9 entries)
Search the FAQ for entries containing:
-
Question: "We would like more information about implementing CALLS between the PERCobol compiled programs and our own hand crafted Java. The issue concerns how we should code the inclusion of ...
-
Be sure to first examine the Java Calling COBOL sample. Create a new 'LegacyJ PERC obol' project, call it java2cobol. In it, you'll find a .java file and a .cbl file. ...
-
If I have the following definitions in my working storage: 01 string1 pic x(80). 01 string2 object reference "java.lang.String". How can I get the value from string1 into string2? ...
-
Please review the PDF that covers EJB Configuration with PERC obol
-
PERC obol supports direct creation of Java classes, with Java capabilities. (This is not yet standard Cobol 200x standard, but rather closer to it with a Java capabilities. So single-inheritance and ...
-
Yes, this can be done by using PERC obol Bean Utility. It will generate the necessary COBOL code to interface with the bean. All the work associated with adding a bean ...
-
Yes, this can be done by using PERC obol Bean Utility. It will generate the necessary COBOL code to interface with the bean. All the work associated with adding a bean ...
-
Yes, PERC obol can access Enterprise Java Beans and functions within the J2EE environment. PERC obol does not require any additional tools or post processing to integrate with Enterprise Java Beans. ...
-
Yes, actually, this is very easy and requires no extra effort. PERC obol will create a standard COBOL bean at compile time. See the PERC obol Programmer's Guide for more information ...
