support: Customer Portal
Focused on delivering choice, investment protection and flexibility to organizations with valuable COBOL assets
 

Veryant Knowledge Base
Home > All Categories > Data Access > File Types Comparison : isCOBOL - Micro Focus COBOL - ACUCOBOL-GT - RM/COBOL
Question Title File Types Comparison : isCOBOL - Micro Focus COBOL - ACUCOBOL-GT - RM/COBOL

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 required and can be accomplished easily using the ISMIGRATE utility and in some cases with utilities provided by the other COBOL vendor.

A red background means that a conversion program must be written. Contact your Veryant representative to discuss professional services to help in these cases.

ACUCOBOL-GT Micro Focus RM/COBOL
Binary Sequential with fixed-length records Veryant COBOL compatible Veryant COBOL compatible Veryant COBOL compatible
Binary Sequential with variable-length records Veryant COBOL compatible Veryant COBOL compatible Requires conversion.
Follow the procedure outlined below
Line Sequential with fixed-length records Veryant COBOL compatible Veryant COBOL compatible Veryant COBOL compatible
Line Sequential with variable-length records Veryant COBOL compatible Veryant COBOL compatible Veryant COBOL compatible
Relative with fixed-length records Veryant COBOL compatible Veryant COBOL compatible Veryant COBOL compatible
Relative with variable-length records
(rarely used, unsupported file format)
Requires conversion
Follow the procedure outlined below
Requires conversion
Follow the procedure outlined below
Requires conversion
Follow the procedure outlined below
Indexed with fixed-length records Convert with ISMIGRATE Convert with ISMIGRATE Convert with ISMIGRATE
Indexed with fixed-length records Convert with ISMIGRATE Use jutil -convert to convert to JISAM format
(jutil uses the Micro Focus rebuild utility)
Convert with ISMIGRATE

Procedure for converting variable-length record Binary Sequential or variable-length record Relative files to a supported Veryant format

Write a program to be compiled and executed with ACUCOBOL-GT, Micro Focus or RM/COBOL that does the following:

  • Read the records from the variable-length record input file (i.e. add RECORD ... DEPENDING ON depend-variable in the file's FD where depend-variable will be filled in with the record size.)
  • To convert a RM/COBOL variable-length record Binary Sequential file, write the records to a new fixed-length record binary sequential output file.
    Use this new file as the variable-length record Binary Sequential file with Veryant COBOL.
  • To convert a variable-length Relative file, you have two options:
    • Write the records to a new fixed-length record Relative output file using the maximum record size from the input file as the record size of the output file.
    • Write the records to a new fixed-length record Binary Sequential output file but begin the output file's FD with a two byte COMP-4 item that is filled in with the record size from the input file's depend-variable.

Authored by: Veryant Support This question has been viewed 13435 times so far.
Click Here to View all the questions in Data Access category.
File Attachments File Attachments
There are no attachment file(s) related to this question.
How helpful was this article to you?
User Comments User Comments Add Comment
There are no user comments for this question. Be the first to post a comment. Click Here
Related Questions Related Questions
  1. How do I interpret file status 9? and other EXFS extended file status codes (e.g. 9i,105)?
  2. What format does isCOBOL use for ORGANIZATION RELATIVE files?
  3. What is 9l,10 error and why is it happening?
  4. Does isCOBOL support Data General file status codes?
  5. Can I install the UDBC 32 bit on my 64 bit computer in order to have the Veryant * driver for ODBC32 bits Administrator?
  6. Can I call a stored procedure from an isCobol program?
  7. Are Veryant's isCOBOL JISAM data format the same as Faircom's c-treeRTG?
  8. Why do I get 'ct_init ERROR 19:133:0' ?
  9. Did you know you can use an alias to map a different disk file name to an existing "assign to" clause of the select statement without source code changes?
  10. Did you know you can encrypt an indexed file?
  11. Handling the extension on indexed data files
  12. How to hide the user and password used to connect to an RDBMS
  13. Can we use Micro Focus format data and indexed files directly or do they need some form of conversion?
  14. How to access files on a different server
  15. How to create, write, and read to files without a program
  16. Managing the order of the alternate keys in an indexed file
Article Information Additional Information
Article Number: 172
Created: 2011-06-10 4:42 PM
Rating: 1 Star
 
Article Options Article Options
Print Question Print this Question
Email Question Email Question to Friend
Export to Adobe PDF Export to PDF File
Export to MS Word Export to MS Word
Bookmark Article
Subscribe to Article Subscribe to Article
 
Search Knowledge Base Search Knowledge Base



 
 

© Veryant - All Rights Reserved
Veryant and isCOBOL are trademarks or registered marks of Veryant in the United States and other countries. All other marks are the property of their respective owners.