03.03.2015 Views

CA Dynam for VSE User Guide

CA Dynam for VSE User Guide

CA Dynam for VSE User Guide

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Reporting Commands<br />

The following job stream will produce two reports: one on catalog maintenance<br />

and one on <strong>CA</strong> <strong>Dynam</strong>/T uncontrolled tape processing.<br />

// JOB REPORT on TAPE PROCESSING AND MAINTENANCE<br />

// EXEC AUDTUTIL,SIZE=128K<br />

PROGRAM DYNAM/T<br />

(<strong>CA</strong> <strong>Dynam</strong>/T audit records)<br />

REPORT MAINT UNCNTRLD<br />

(2 reports requested)<br />

TITLE (PARTID 2) 'PT'<br />

(change in field title)<br />

INPUT DATASET<br />

(disk audit file used)<br />

GENERATE<br />

/*<br />

/&<br />

Note the following ordering-of-statement rules:<br />

• The PROGRAM statement must precede the REPORT statement.<br />

• GENERATE must be the last statement be<strong>for</strong>e processing the report.<br />

• TITLE and INPUT must follow REPORT.<br />

Several reports may be indicated on one REPORT statement. See the<br />

description of the REPORT command <strong>for</strong> charts of the available predefined<br />

reports.<br />

If the predefined report field title were not changed, the above example could<br />

be rewritten as follows:<br />

// JOB REPORT on TAPE PROCESSING AND MAINTENANCE<br />

// EXEC AUDTUTIL,SIZE=128K<br />

PROGRAM DYNAM/T<br />

REPORT MAINT UNCNTRLD<br />

GENERATE<br />

/*<br />

/&<br />

The INPUT statement is not needed since the default is the audit disk file.<br />

Chapter 12: Maintaining and Reporting on the Audit Trail 12–13

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!