Previous Topic: How the Product Defines Optical Disk ObjectsNext Topic: Deleting Optical Disk Objects


Naming Optical Disk Objects

The collection name used for all objects in a single CA View database is as follows:

Syntax:

index.SARCOLL

The object names have the format:

index.Dddddddd.Gggggggg.Oooooooo

where:

index

Specifies the high-level index naming prefix as defined by the DSK2PARM initialization parameter

ddddddd

Specifies the optical sequence number for the SYSOUT group

ggggggg

Specifies the generation number for the SYSOUT group

ooooooo

Specifies a sequential number starting with 1, used to identify each member of a SYSOUT group

Note: User exit SARD05UX can be coded to modify the collection names. For more information about user exit, see the comments in the SARD05UX source code for specifications.