next up previous contents
Next: CATEGORY_GROUP_LIST Up: DDL Definitions Describing Previous: CATEGORY_EXAMPLES

CATEGORY_GROUP

 

The DDL category category_group names the category groups to which a category belongs. The assignment of a category to a category group is made when the category is defined. Each category group that is specified in this category must also be defined in the parent category, category_group_list (Section gif). The basis for this category also includes the category identifier _category_group.category_id which is completely defined in the parent category, category (Section gif).

The DDL for the category_group category is given in the following section.

save_CATEGORY_GROUP

    _category.description                               
;
     Provides a list of category groups to which the base category
     belongs.
;
    _category.id                      category_group
    _category.mandatory_code          no

     loop_
    _category_key.name                '_category_group.id'
                                      '_category_group.category_id'
     loop_
    _category_group.id                'ddl_group'
                                      'category_group'
    save_



John Westbrook
Thu Apr 11 06:25:55 EDT 1996