Previous Topic: Create Other Resource and Action TablesNext Topic: Sample SQL statement creating a resource table


Decide How Many Tables to Define

In general, define a separate table for each type of resource instead of mixing different resource types in one table. This approach helps ensure that most of the columns in each table are specific to a particular resource.

For example, suppose that your company has a remote warehouse that uses a CICS-based inventory application. This type of application requires a cluster controller at the remote site, an SNA communications line, a 3745 communications controller, the CICS region, VTAM, and JES. With all of these resources defined in one table, certain data items that required for the communications controller (NCP name, for example) or CICS region (JOBNAME) are null for other resources and would waste space in the table. Wasted space is the main disadvantage of defining too few tables.