!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! SDDL Name: CDBS_DELETE_INFO.SDDL ! ! Purpose: This SDDL file defines relation CDBS_DELETE_INFO ! ! Modification History: ! ! Date OPR Who Reason !---------------------------------------------------------------------- ! 19-JAN-96 PHyde Original Implementaton ! 25-JAN-96 Heller Researched and documented. ! 31-JUL-96 31905 MARose Fix syntax so SDDLCOMP will work ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! LANGUAGE SQL RECORD CDBDEL_TYPE !---------------------------------------------------------------------- ! ! RECORD INFORMATION ! !---------------------------------------------------------------------- DESCRIPTION "CDBUPD relies on the CDBS_DELETE_INFO database table, to prevent the deletion of CDBS files from disk that might be specified later in the release catalog. This relation is populated during the CDBUPD file move operation. It is checked during the CDBUPD database update operation, and is flushed just prior to program termination." !---------------------------------------------------------------------- ! ! FIELD INFORMATION ! !---------------------------------------------------------------------- FIELD file_name TYPE C*30 DESCRIPTION "A reference file name." UNITS RANGE END_FIELD END_RECORD !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! RELATION DECLARATION ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! RELATION cdbs_delete_info TYPE CDBDEL_TYPE DESCRIPTION SUBSYSTEM_USING "OPUS" END_RELATION !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! INSTANCE DECLARATION ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! INSTANCE cdbs_delete_info GLOBAL TYPE CDBDEL_TYPE END_INSTANCE