Previous Topic: UsageNext Topic: PATH-GROUP Statement


Examples

Adding Logical Record Elements

This example adds two subschema records to a newly created logical record:

add lr name is dehlr
    elements are employee department.

Using Role Names

The following examples compare a valid way to use a role name more than once with an invalid one:

VALID

    add lr name is manager-staff
        elements are employee
                     structure
                     employee role name is staff.
    add lr name is dept-roster
        elements are department
                     employee role name is staff.

INVALID

    add lr name is emp-hosp-claims
        elements are employee
                     coverage
                     hospital-claim role name is claim.
    add lr name is emp-dental-claims
        elements are employee
                     coverage
                     dental-claim role name is claim.

Note: For more information about logical record path statuses (LR-ERROR and LR-NOT-FOUND), see the CA IDMS Logical Record Facility Guide.