3.1.1 - Set Update Controls

      Action Option -SC (-SetControl) (Aliass: -SetUpdateControl) :

      creates or modifies update control information into RDADB for a given dataset. These configuration records are used to schedule data update actions and the actions are automatically started via a centralized daemon 'dscheck'. One or multiple control records can be set each time for a given dataset.

      dsupdt[[-(DS|Dataset)] dsnnn.n] -(SC|SetControl) [Mode Options]
        -(CI|ControlIndex) UpdateControlIndices
        [-(ID|ControlID) ControlIdString]
        [-(SN|Specialist) DSSSpecialist]
        [-(PI|ParentIndex) ParentControlIndedices]
        [-(AN|ActionName) DSUPDTActionNames]
        [-(FQ|Frequency) UpdateControlFrequencies]
        [-(CO|ControlOffset) UpdateControlOffsets]
        [-(CT|ControlTime) UpdateControlTimes]
        [-(RI|RetryInterval) ControlRetryInterval]
        [-(VI|ValidInterval) UpdateValidInterval]
        [-(UC|UpdateControl) UpdateControlOptions]
        [-(MC|EMailControl) EmailControlOptions]
        [-(EC|ErrorControl) ErrorControlOptions]
        [-(KF|KeepFile) KeepFileOptions]
        [-(HO|HourOffset) TimeZoneOffsets]
        [-(DT|DataTime) DataUpdatedTimes]
        [-(HN|HostName) HostNames]
        [-(XC|ExecuteCoomand) CoomandAfterUpdate]
        [-(CC|CarbonCopy) Cc'dEmailAddresses]
        [-(DB|Debug) DebugModeInfo]

      Mode option that can be specified for setting local file action:

      If information of an update control exists already in RDADB, the control record is modified. A new update control record is added if control index is 0 and Mode option -NC (-NewControl) is present. A dataset name via Info option -DS is only mandatory when a new control record is added.


      EXAMPLE 1.

      Set Three New Update Control Local Files Of Ds277.0 Via input file 'ds277.0.cntl'

      -(NC|NewControl)sets a new update control record into RDADB
      -(NC|NewControl)sets a new update control record into RDADB
      dsupdtSC -NC -IF ds277.0.cntl

      Content of input file ds277.0.cntl:

      Dataset<=>ds277.0
      ControlIndex<:>Specialist<:>ParentIndex<:>Action<:>Frequency<:>ControlOffset<:>ControlTime<:>RetryInterval<:>UpdateControl<:>EMailControl<:>ErrorControl<:>KeepFile<:>HourOffset<:>
      0<:>zji<:>0<:>UF<:>1W<:>1D9H<:>2011-10-24 09:00:00<:>12H<:><:>A<:>N<:>N<:>0<:>
      0<:>zji<:>0<:>UF<:>1M<:>1D15H<:>2011-11-02 15:00:00<:>1D<:><:>A<:>N<:>N<:>0<:>
      0<:>zji<:>0<:>UF<:>1M<:>2D15H<:>2011-11-03 15:00:00<:>1D<:><:>A<:>N<:>N<:>0<:>



      Back to Top