ILBOVOC

ILBOVOC is a COBOL routine that handles all requests to open and close VSAM files in the OS environment.

Hints

Significant CPU and wait time can result from excessive opens and closes of VSAM files. Typically, files are opened at the beginning of processing and closed when processing has finished. Excessive opens and closes might indicate that these operations are performed within a program looping structure. If this is the case, move the open/close outside the looping structure.