Previous Topic: Temporary ModificationsNext Topic: Deleting Columns


Copying the Report Module

USE Parameter

To make temporary changes or deletions to the code of a report module, a USE parameter is required. A USE parameter replaces the REPORT= parameter in the user-supplied code. Additionally, the following parameters must be supplied:

USE Parameter Clauses

USE parameter clauses perform several functions. The three most useful clauses are:

Example

The following code copies in DREPORT modules 000 and 028. The INPUT parameter allocates a 10,000-byte buffer and accesses information defined by subschema IDMSNWKA.

DATABASE DICTNAME=CULPDICT DBNAME=DOCUDICT
INPUT 10000 DB SS=IDMSNWKA
USE 'DREPORT 000'
USE 'DREPORT 028'