Did you know you can create temporary files in memory?

Question ID : 261
Created on 2016-02-22 at 2:16 AM
Author : Veryant Support [support@veryant.com]

Online URL : http://support.veryant.com/support/phpkb/question.php?ID=261



Sometimes the COBOL application needs to store information on temporary files. These files are then deleted at the end of the elaboration or at the end of the runtime session.

Writing and reading these temporary files from the hard disk costs time. For this reason you might consider creating these files in memory to have faster access to them.

The attached sample program shows how to do so



Back to Original Question