ILE COBOL Programmer's Guide
Typically, you use a subfile TRANSACTION file to read a group of records
from or write a group of record to a display device. To use a subfile
TRANSACTION file in an ILE COBOL program, you must:
- Name the file through a file control entry in the FILE-CONTROL paragraph
of the Environment Division
- Describe the file through a file description entry in the Data Division
- Use extensions to Procedure Division statements that support transaction
processing.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.