<?xml version="1.0"?>

<rss version="2.0">


<channel>
<title>Home - All Categories - Compiler General  </title>
<link>https://support.veryant.com/phpkb/category.php?id=33</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=295</guid>
										<title>Using Regular Expressions to replace text in your program</title>
										<link>https://support.veryant.com/phpkb/article.php?id=295</link>
										<description><![CDATA[Regular expressions can be used to replace text in your programs without changing your code. You do this by setting iscobol.compiler.regexp and compiling your code. The format is:     iscobol.compiler.regexp=&amp;ltexisting-value&amp;gt &amp;ltnew...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=271</guid>
										<title>How do I find the version of the isCOBOL compiler and the Java compiler that produced a given class file?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=271</link>
										<description><![CDATA[The compilation of a program with isCOBOL is done in two steps. In the first step the isCOBOL Compiler (iscc) parses the COBOL source code and produces an intermediate Java source. In the second step the Java Compiler (javac) compiles the Java source...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=183</guid>
										<title>Is there a faster way to compile?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=183</link>
										<description><![CDATA[ There are several techniques that can increase the speed of compilation.  Use wildcards to compile multiple programs together in one Java instance instead of compiling each separately, which closes and opens a separate Java process for each compile....]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=216</guid>
										<title>How do I resolve "Error writing file: too many constants" error?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=216</link>
										<description><![CDATA[ This error means that too many Java constants were created and the program cannot be compiled. It is usually returned when compiling very huge source files.   To avoid the error, add the -big option to the Compiler options, but only for the programs...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=165</guid>
										<title>What compiler options cannot be specified with the >> IMP OPTION compiler directive?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=165</link>
										<description><![CDATA[ The compiler options will have no effect when they are specified in the source file with the >> IMP OPTION directive:     -exec, -la, -lf, -lfo, -lo, -od, sf, -st, -sa, -sl, -sv, -smat and -zmf  For example, the following syntax will NOT move the...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=1</guid>
										<title>How do I set up isCOBOL Server (Application Server) and Thin Client?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=1</link>
										<description><![CDATA[ Start the server using one of the following command lines:  iscserver -port port -hostname server  java com.iscobol.as.AppServerImpl -port port -hostname server   -port and -hostname are optional.   Start the client using one of the following...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=310</guid>
										<title>Is there a compiler option in isCOBOL to extend the length of AREA B in a program source code?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=310</link>
										<description><![CDATA[ Yes, in version 2019R1 we introduced a new compiler option for this purpose: -sl  This option augments isCOBOL compatibility with other dialects. It allows AREA B to extend to the end of the line, regardless of line length. As with other regular...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=267</guid>
										<title>How can I make my Linkage parameters more flexible?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=267</link>
										<description><![CDATA[By using standard COBOL variables in the Linkage Section of your program to receive strings and numbers, you force the calling programs to use specific data items to pass the parameters.  For example, if you define a parameter as PIC X(100), the...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=239</guid>
										<title>Why do I get the error "java.lang.NoClassDefFoundError: com/sun/tools/javac/Main" ?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=239</link>
										<description><![CDATA[This error means that the Java Compiler cannot be found in the CLASSPATH. Ensure that the library $JDK_HOME/lib/tools.jar appears in the CLASSPATH.]]></description>

									</item>

</channel>

</rss>