<?xml version="1.0"?>

<rss version="2.0">


<channel>
<title>Home - All Categories - Data Access  </title>
<link>https://support.veryant.com/phpkb/category.php?id=12</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=356</guid>
										<title>Using DatabaseBridge (Easydb) with Multi-Company / Multi-Year ISAM File Structures</title>
										<link>https://support.veryant.com/phpkb/article.php?id=356</link>
										<description><![CDATA[When migrating multi-company, multi-year or otherwise multi-instance ISAM data layouts to isCOBOL DatabaseBridge (easydb), it is common for customers to maintain multiple directories containing identical file structures, for example: /C01/data...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=297</guid>
										<title>How to hide the username and password used to connect to an RDBMS</title>
										<link>https://support.veryant.com/phpkb/article.php?id=297</link>
										<description><![CDATA[One of the key runtime properties used to connect to an RDBMS from isCOBOL is the iscobol.jdbc.url . It is usually included in a text formatted properties file. For example, the following properties would be included to connect to an Oracle DB.  ...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=233</guid>
										<title>Why do I get &#039;ct_init ERROR 19:133:0&#039; ?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=233</link>
										<description><![CDATA[This error means that you&#039;re using c-tree formatted data files (you have this setting in your configuration file): iscobol.file.index=ctree2 And the c-tree Server is not running.Â  Resolve this by starting your c-tree server process.]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=304</guid>
										<title>How to create your own type definitions and reuse them</title>
										<link>https://support.veryant.com/phpkb/article.php?id=304</link>
										<description><![CDATA[You can create a simple or complex type definition that can be consistently and easily reused with other variables without having to copy and paste the contents of the original one. This is done using the TYPEDEF clause in the data description. Â ...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=199</guid>
										<title>Can I install the UDBC 32 bit on my 64 bit computer in order to have the Veryant * driver for ODBC32 bits Administrator?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=199</link>
										<description><![CDATA[ Yes, you can. Remember to run the setup as Administrator and run C:&#92;Windows&#92;SysWOW64&#92;odbcad32.exe to configure the 32-bit DSN.  ]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=341</guid>
										<title>Managing the order of the alternate keys in an indexed file</title>
										<link>https://support.veryant.com/phpkb/article.php?id=341</link>
										<description><![CDATA[ Sometimes when a user accesses a file migrated from Acucobol or RM/COBOL to either Jisam or c-tree file systems, the order of the alternate keys can change from the previous COBOL dialect used. In these cases or even when we created a brand new file...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=203</guid>
										<title>Can I call a stored procedure from an isCobol program?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=203</link>
										<description><![CDATA[ isCOBOL&#39;s ESQL engine supports the CALL statement, making calling a stored procedure from isCOBOL easy. Here&#39;s an example of a call to a procedure with parameters and their types specified, returning a status:     exec sql       call proc1(...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=172</guid>
										<title>File Types Comparison : isCOBOL - Micro Focus COBOL - ACUCOBOL-GT - RM/COBOL</title>
										<link>https://support.veryant.com/phpkb/article.php?id=172</link>
										<description><![CDATA[ The table below shows the compatibility between isCOBOL and other COBOLs with regards to sequential, relative and indexed files.  A green background means full compatibility (no action required)  A yellow background means that a data migration is...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=334</guid>
										<title>How to create, write, and read to files without a program</title>
										<link>https://support.veryant.com/phpkb/article.php?id=334</link>
										<description><![CDATA[ Question:   Does isCOBOL provide a method to create an indexed file with a given structure and name, read a file by key and return the record value, and write records into a file?   Answer:   Yes, by using jutil, ctutil, and Gife utilities   To...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=333</guid>
										<title>How to access files on a different server</title>
										<link>https://support.veryant.com/phpkb/article.php?id=333</link>
										<description><![CDATA[ Question:   Can we run a program in server 1 and update the data to database sitting on server 2?    Answer:   Yes! If you are accessing an RDBM you can use the iscobol.jdbc.url property to point to the data server. For instance, your url to connect...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=180</guid>
										<title>Are Veryant&#39;s isCOBOL JISAM data format the same as Faircom&#39;s c-treeRTG?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=180</link>
										<description><![CDATA[ isCOBOL&#39;s two natively supported indexed file systems are   JISAM;  a pure Java-based ISAM implementation.  c-treeRTG; a robust file server provided by Faircom  JISAM and c-treeRTG are different, but both are offered by isCOBOL to give our...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=122</guid>
										<title>Can we use Micro Focus format data and indexed files directly or do they need some form of conversion?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=122</link>
										<description><![CDATA[ You can keep your indexed data in Micro Focus format during a transition period by using the "mfc" file handler. To specify all files as Micro Focus files to be handled by the mfc file handler, use this configuration variable in your runtime...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=153</guid>
										<title>What is 9l,10 error and why is it happening?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=153</link>
										<description><![CDATA[ The problem is in these lines of your select statement:   100008     RECORD KEY IS FILE1-KEY 100009     ALTERNATE RECORD KEY IS FILE1-KEY,   You have defined the alternate key to be the same as the primary key, and you&#39;re using a file handler...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=181</guid>
										<title>Does isCOBOL support Data General file status codes?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=181</link>
										<description><![CDATA[ Yes.    Setting the following runtime framework property:  iscobol.file.status=com.iscobol.io.FileStatusDG   Also note that you can compile with -dcd if you need Data General binary numeric data storage format. ]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=150</guid>
										<title>How do I interpret file status 9? and other EXFS extended file status codes (e.g. 9i,105)?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=150</link>
										<description><![CDATA[ The letter after the 9 is the character representation of the extended file status using ASCII encoding.  For example, a 9i is the same as file status 9 with extended status 105 (i.e. EXFS=105) because "i" is 105 in ASCII.  You can find these...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=299</guid>
										<title>Handling the extension on indexed data files</title>
										<link>https://support.veryant.com/phpkb/article.php?id=299</link>
										<description><![CDATA[ The extension on indexed data files may become an issue especially when coming from other legacy COBOL brands. Here we will analyze the different alternatives isCOBOL provides to handle the extension and how it affects several areas of the...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=291</guid>
										<title>Did you know you can encrypt an indexed file?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=291</link>
										<description><![CDATA[With isCOBOL it&#39;s possible to encrypt an indexed file.  Encryption of indexed files is supported by the following file systems:   - JISAM   - CTREEJ It&#39;s possible to mix encrypted file with non encrypted files, as needed. Below you can find...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=100</guid>
										<title>What format does isCOBOL use for ORGANIZATION RELATIVE files?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=100</link>
										<description><![CDATA[In isCOBOL the format of an ORGANIZATION RELATIVE file with fixed-length records is the same as that of an ORGANIZATION BINARY SEQUENTIAL file with fixed-length records.&nbsp;The records are stored consecutively with only the record data. No...]]></description>

									</item>

</channel>

</rss>