
Syntax: The DOCUMENT Procedure
PROC DOCUMENT <options>;
COPY path <(where-expression)> <, path-2 <(where-expression-2)>, …> TO path </ option(s)>;
DELETE path <(where-expression)> <, path-2 <(where-expression-2)>, …>
< / LEVELS= ALL | value>;
DIR <path>;
DOC <options>;
DOC CLOSE;
HIDE path <, path-2, …>;
IMPORT DATA= data-set-name | GRSEG=grseg TO path </ options>;
LINK path TO path </ options >;
LIST path <(where-expression)> <, path-2 <(where-expression-2)>, …> </ option(s)>;
MAKE path <, path-2, …> </ options>;
MOVE path <(where-expression)> <, path-2 <(where-expression-2)>, …> TO path </ option(s) >;
NOTE path <'text'> </ option(s)>;
OBANOTE<n> output-object ...