Description This example program shows the use of the archive read functionmodules. The following function modules are used:
- ARCHIVE_OPEN_FOR_READ>
- ARCHIVE_GET_NEXT_OBJECT>
- ARCHIVE_GET_NEXT_RECORD>
- ARCHIVE_CLOSE_FILE>
Precondition You should create archive files with the example programRSARCH04>to provide data to read.Output A list is created which lists the data records from the archive files.
|