The DOCUMENT Procedure

HIDE Statement

Prevents output from being displayed when the document is replayed.
Tip: To see entries that might be hidden in the current document, use the LIST statement.

Syntax

HIDE path <, path-2, ...path-n>;

Required Argument

path
specifies the location of the file or files that you want to hide.
Requirement:Separate multiple paths with commas.
Tip:You can use the symbol '^' to represent the current directory and the symbol '^^' to represent the parent directory.