SAVREP: Save Requested Reports

Last updated 19 Nov 97

SAVREP lists all CODAP reports contained in a print file and saves all good runs. Aborted and NOGO runs will be flagged, and cannot be saved under any circumstances. In this way SAVREP can be used as an auditing tool to insure that all programs ended normally.

Program Invocation

The specific syntax for program invocation varies between operating systems. This document diplays the code for the AIX version.


@codap savrep <opt> <ssss> <prnt> [<RP>]
opt:  E   List only bad and/or NOGO reports
      S   Save all good reports
	  Default is to list all reports
ssss:     The study number
prnt:     Input print file
RP:       Output Report file

Example

@codap savrep s ssss report/inpstdji rp000

All good reports in file report/inpstdji will be saved into Report file rp000.

Back to document index