!--------------------------------------------------------------------
!
!      CDBCLN RESOURCE FILE
!
!
!	This file is used to define various values for the
!	command CDBCLN.
!
!--------------------------------------------------------------------
!                          REVISION HISTORY
!--------------------------------------------------------------------
!  MOD             PR
! LEVEL   DATE   NUMBER    User  Description
! ----- -------- ------    ------ -------------------------------------
!  000  10/08/98 36608     MSwam   first version
!  001  06/24/99 38324     WMiller Set ENV vars
!  002  04/25/03 48141     MSwam   use cleandata
!
!--------------------------------------------------------------------
!
TASK = <cleandata -p $PATH_FILE -r cdbcln>
!
CLASS = cdb
DESCRIPTION = 'Clean up from a ref file delivery'
SYSTEM = CDBS
!
OSF_RANK             = 1
OSF_TRIGGER1.CL      = w          ! Need a 'Wait' flag to proceed
OSF_TRIGGER1.DATA_ID = ref        ! and this data_id
OSF_TRIGGER2.CL      = w          ! Need a 'Wait' flag to proceed
OSF_TRIGGER2.DATA_ID = cdb        ! and this data_id
OSF_TRIGGER3.CL      = w          ! Need a 'Wait' flag to proceed
OSF_TRIGGER3.DATA_ID = ctb        ! and this data_id

OSF_PROCESSING.CL  = p          ! Set the processing flag to 'Processing'

OSF_SUCCESS.CL     = c          ! Normal: Completed this process

OSF_ERROR.CL       = e          ! Error:  Set the error flag

POLLING_TIME       = 60         !required

