How does Redvers Compression Device compress and decompress data?
Redvers Compression Device compresses data using the RCCMPRES subroutine and decompresses data using the RCUNPRES subroutine, both callable from COBOL applications.
How is Redvers Compression Device integrated into COBOL applications?
The device is packaged as COBOL source code, allowing direct integration into existing COBOL applications. No external configuration files are used; compression parameters are managed within the COBOL code itself.
What are the main operations performed with Redvers Compression Device?
The primary operations are calling the RCCMPRES subroutine for compression and the RCUNPRES subroutine for decompression. These subroutines are invoked directly within COBOL programs.