VSAM - Using variable-length RRDS - www.cadcobol.com.br



Desenvolvido por DORNELLES Carlos Alberto - Analista de Sistemas - Brasília DF. - cad_cobol@hotmail.com

Using variable-length RRDS

Enterprise COBOL for z/OS, Version 4.2, Programming Guide


To use relative-record data sets (RRDS) that have variable-length records, you must use VSAM variable-length RRDS support.

Do these steps:

  1. Define the file with the ORGANIZATION IS RELATIVE clause.
  2. Use FD entries to describe the records with variable-length sizes.
  3. Use the NOSIMVRD runtime option.
  4. Define the VSAM file through access-method services as an RRDS.

Related tasks



© Copyright IBM Corp.