<?xml version="1.0"?>

<rss version="2.0">


<channel>
<title>Home - All Categories - isCOBOL General  - Interfacing with Java Programs  </title>
<link>https://support.veryant.com/phpkb/category.php?id=22</link>
<description>This RSS Feed contains Articles of Category in the knowledge base. You can click on the title to view its content. Powered by PHPKB (https://www.phpkb.com)</description>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=289</guid>
										<title>How to write an excel spreadsheet programmatically, assigning attributes like font, color, format, highlight</title>
										<link>https://support.veryant.com/phpkb/article.php?id=289</link>
										<description><![CDATA[Here are the steps to compile and run the attached sample COBOL program (in xlsx.zip) which will create an Excel spreadsheet and change the format, font, color and highlight some of the cells. This sample uses Apache POI based on the POI API...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=349</guid>
										<title>Can a COBOL procedural program be INVOKED with an array of objects instead of a standard CALL with USING?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=349</link>
										<description><![CDATA[If you prefer to use OOP syntax to invoke a COBOL procedural program and pass an array of objects as parameters rather than the standard COBOL CALL statement with USING, isCOBOL provides a feasible approach. First, the isCOBOL class com.iscobol.java...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=112</guid>
										<title>We plan to replace our CICS screens with Java dialogs. How will the COBOL structures be passed between the Java dialogs and the other COBOL programs?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=112</link>
										<description><![CDATA[ The isCOBOL Compiler outputs Java classes (actual Java .class files). Each COBOL subprogram becomes a Java class with a method for calling it. This call method accepts the COBOL linkage items as an array of Java Objects. The caller can pass Java...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=119</guid>
										<title>Example of COBOL using Java classes to get date and time zone information</title>
										<link>https://support.veryant.com/phpkb/article.php?id=119</link>
										<description><![CDATA[ The attached program &#39;calendar.cbl&#39; uses OOP to return information about a passed date and the current time using the java.util.GregorianCalendar and other related classes. You can compile and run it as follows:     iscc calendar.cbl   ...]]></description>

									</item>

</channel>

</rss>