Previous Page | Next Page

METALIB Procedure

REPORT Statement


Creates a report that summarizes metadata changes.
See also: Results: METALIB Procedure with the REPORT Statement

REPORT <<=> (report-arguments)>;

Arguments

TYPE=DETAIL | SUMMARY
DETAIL

specifies that the report includes all of the information generated by TYPE=SUMMARY, and a list of Job and Transformation objects that are directly related to the table that is being processed. To get the list of Job and Transformation objects (also known as an impact analysis), you must specify IMPACT_LIMIT Statement. If you do not specify IMPACT_LIMIT, the report defaults to the TYPE=SUMMARY report.

SUMMARY

specifies that the report includes information about any metadata changes that were (or would be) made to the table that is being processed. This is the default.

MATCHING

specifies that the report includes a list of tables whose metadata matches their data source (that is, they require no metadata changes). By default, the report does not include the list of these matching tables, but it does include the number of matching tables.

Previous Page | Next Page | Top of Page