<?xml version="1.0"?>

<rss version="2.0">


<channel>
<title>Home - All Categories - Data Access  - JISAM  </title>
<link>https://support.veryant.com/phpkb/category.php?id=13</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=62</guid>
										<title>What is the maximum size of a JISAM file?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=62</link>
										<description><![CDATA[ The limit for JISAM is currently 9EB (Exabytes, a million terabytes). You can see this and more information about JISAM indexed files in the SDK Users guide, under Files Management, on the "Indexed Files" page.  ]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=68</guid>
										<title>Does JISAM encrypt data?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=68</link>
										<description><![CDATA[ Yes, you can encrypt data in JISAM files, as long as you don&#39;t need to read them with ODBC or JDBC. Simply add "with encryption" in your select statement.  The encryption key is set in the configuration file with the variable:     iscobol.file...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=152</guid>
										<title>What is the behavior of READ PREVIOUS after START or on AT END?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=152</link>
										<description><![CDATA[ After a START statement READ PREVIOUS reads the current record (i.e. the record whose key value is equal to the file position indicator).   On an AT END condition READ PREVIOUS returns the last record in the file.    Note that starting in isCOBOL...]]></description>

									</item>

</channel>

</rss>