Analyzer Command
Appends the output from the most recent PLOT, TABULATE or LIST
command to an existing text file.
Format
APPEND [file-spec]
1 – Parameters
file-spec
Specifies the file to which the output from the last PLOT,
TABULATE or LIST command will be appended. The default file
specification is taken from the most recent FILE or APPEND
command.
2 – Description
The APPEND Analyzer command allows you to concatenate many
separate histograms, tables or listings into a single file. You
can specify a file, or accept the most recently created file as
the default; however, the file must exist.
3 – Examples
PCAA> TABULATE/SOURCE PROGRAM BY LINE
PCAA> APPEND [MYDIR]FOOLINES.PCALIS
%PCA-I-APPFILE, appending to file DEV$:[MYDIR]FOOLINES.PCALIS
A table is generated with the TABULATE command. That table
is then appended to the existing text file FOOLINES.PCALIS in
directory [MYDIR].