Index

ArcFile

The type of archive file to open, close or flush.

Input Format:

Examples:
The following example opens a new archive file, waits for 5 minutes, then closes it.
  open archive
  until $elapsed > 5m
  close archive
Context:
This datatype is used by the open and flush and close commands.

Martin Shepherd (12-Oct-1998)