| DescriptionThis is an example program used to display the usage of the functionmodule for reading existing archives.
 The following function modules are used:
 
 ARCHIVE_OPEN_FOR_READ>
 ARCHIVE_GET_NEXT_OBJECT>
 ARCHIVE_GET_NEXT_RECORD>
 ARCHIVE_CLOSE_FILE>PreconditionYou should first create archive files using example programRSARCH04> in order to have data to read.
 OutputThe system creates a list in which data records from archive files aredisplayed.
 |