Previous Topic: Changing a Record's AreaNext Topic: Changing Other Record Characteristics


Modifying Record Elements

Types of changes

These are changes you can make to an element within a schema record:

What components are affected

The record definition is affected. If data has been loaded, the data may also be affected. Subschemas in which the record is included are affected as are programs compiled from those subschemas. Access modules and SQL views that reference the record are also affected.

Steps to change the record element

To make any of the above changes when data has been loaded:

  1. Using DDDL statements, create a record with a new version number and same name having the revised structure
  2. Create a new schema based on the original schema with the new record
  3. Validate the schema
  4. Use the schema compare utility (IDMSRSTC) to generate the IDMSRSTT macro statements
  5. Restructure the database
  6. Complete the process by updating the original schema, regenerating affected subschemas, altering access modules, and dropping and recreating affected SQL views

Considerations