ILE COBOL Programmer's Guide
The OPEN-FEEDBACK area is the part of the open data path (ODP) that
contains information about the OPEN operation. This information is set
during OPEN processing and is available as long as the file is open.
This area provides information about the file that the program is
using. It contains:
- Information about the file that is currently open, such as file name and
file type
- Information that depends on the type of file that is opened, such as
printer size, screen size, diskette labels, or tape labels.
- Note:
- OPTIONAL INPUT files that are successfully opened will not have any
OPEN-FEEDBACK area information.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.