Previous Topic: UsageNext Topic: Syntax


GENERATE Statement

The GENERATE statement instructs the compiler to create subschema tables for the subschema that is current for update and to store them as a load module in the dictionary load area. For GENERATE to produce the new subschema load module, the current subschema must be valid. So, if a VALIDATE statement has not been specified for the subschema, the GENERATE statement causes the compiler to perform validation before creating the subschema tables.

Authorization

The user requires authorization to modify the current subschema.

Note: See the USER clause under the SUBSCHEMA statements for more information.