; ******************************************************************************************************************************** ; Created: 3-JAN-2006 15:37:14 by OpenVMS SDL EV1-31 ; Source: 3-JAN-2006 15:37:14 CDD$ALPHA_72:[CODE]CDDTAGPROG.SDL;1 ; ******************************************************************************************************************************** .MACRO CDDTAGPROG,..EQU=<=>,..COL=<:> ; IDENT V7.0-03584 ; ---------------------------------------------------------------------------- ; ; Copyright Oracle Corporation 1987, 2004. All Rights Reserved ; ; ---------------------------------------------------------------------------- ; ; FACILITY: ; ; Oracle CDD Repository - NAD Protocols ; ; ABSTRACT: ; ; Tag values used in the protocols for the definition of source ; module, compiled module, and executable module ; ; TAG VALUES USED: ; ; 12,000 - 14,000 ; ; ------------------------------------------------------------------------------ ; ; ~ ; Special datatypes unique to NAD ; ~ ; ~ ; Entities and relationships. ; ~ cdd$k_ent_src_module'..equ'2830049 cdd$k_ent_cmp_module'..equ'2830050 cdd$k_ent_exe_image'..equ'2830051 cdd$k_rel_src_depends_on'..equ'2830052 cdd$k_rel_src_derived_from'..equ'2830053 cdd$k_rel_cmp_depends_on'..equ'2830054 cdd$k_rel_cmp_derived_from'..equ'2830055 cdd$k_rel_exe_derived_from'..equ'2830056 cdd$k_sto_program'..equ'2830057 cdd$k_sto_program_rel'..equ'2830058 CDD$K_ENT_PROGRAMS'..equ'2830059 cdd$k_ent_c_source'..equ'2830060 cdd$k_ent_diag_file'..equ'2830061 cdd$k_ent_ana_file'..equ'2830062 cdd$k_ent_obj_file'..equ'2830063 cdd$k_ent_list_file'..equ'2830064 cdd$k_ent_exe_file'..equ'2830065 cdd$k_ent_log_file'..equ'2830066 ; ~ ; Attributes: ; ~ CDD$K_ATT_SRC_DEPENDS_ON'..equ'2830049 CDD$K_ATT_SRC_DPNDS_MEM'..equ'2830050 CDD$K_ATT_SRC_DERIVED_FROM'..equ'2830051 CDD$K_ATT_SRC_DRV_MEM'..equ'2830052 CDD$K_ATT_CMP_DEPENDS_ON'..equ'2830053 CDD$K_ATT_CMP_DPNDS_MEM'..equ'2830054 CDD$K_ATT_CMP_DERIVED_FROM'..equ'2830055 CDD$K_ATT_CMP_DRV_MEM'..equ'2830056 CDD$K_ATT_EXE_DERIVED_FROM'..equ'2830057 CDD$K_ATT_EXE_DRV_MEM'..equ'2830058 CDD$K_ATT_TEXT_FORMAT'..equ'2830059 CDD$K_ATT_TARGET_PLATFORM'..equ'2830060 gen$k_ent_program'..equ'16318565 ; ~ ; Attributes: ; ~ ; CONSTANT ( ; EQUALS #gen_facility+101 INCREMENT 1; .ENDM