Previous Topic: Compiling the ProgramNext Topic: Overriding Access Module Defaults


Creating the Access Module

An access module is the executable form of the SQL statements that a program issues. When you create an access module, you also invoke the optimizer. The optimizer automatically determines the most efficient access to the data requested by the SQL statements. CA IDMS stores the access strategy in the access module.

How You Create an Access Module

You create an access module with an SQL statement, CREATE ACCESS MODULE. If you accept all defaults, the access module you create: