3.1.1 - Set Dataset Information

      Action Option -SD (-SetDataset) :

      modifies dataset information into RDADB for a given dataset number.

      dsarch[-(DS|Dataset)] dsnnn.n [-](SD|SetDataset) [Mode Options]
        [-(UD|UseDSARCH) UseDSARCHFlag]
        [-(LC|Location) AccessLocationFlag]
        [-(BF|BackupFlag) QuasarBackupFlag]
        [-(DF|DataFormat) DataFormat]
        [-(WH|WebHome) WebDataHomeDirectory]
        [-(WP|WebPath) WebFilePath]
        [-(SP|SavedPath) SavedFilePath]
        [-(FL|FileLimit) FileCountLimit]
        [-(BL|ButtonLimit) FileLimitShowButton]
        [-(GL|GroupLevel) NumberOfGroupDisplay]
        [-(ML|MetaLink) MetadataLink]
        [-(NW|NoteWeb) WebNote]
        [-(ND|NoteDocument) DocumentNote]
        [-(NS|NoteSoftware) SoftwareNote]
        [-(NI|NoteInternal) InternalNote]
        [-(DB|Debug) DebugModeInfo]
        [-(KV|KeyValue) KeyValuePairs]
        [-(GI|GroupIndex) GroupIndices]
        [-(BD|BeginDate) BeginOnDates]
        [-(BT|BeginTime) BeginAtTimes]
        [-(ED|EndDate) EndOnDates]
        [-(ET|EndTime) EndOnTimes]

      Mode options that can be specified for setting dataset action:

      A given dataset number is normally added via dataset Metadata Manager (MM). The Action -SD modifies dataset record, and the associated data periods for groups if any. Data periods for groups can be modified by 'dsarch', while they can be created, removed and modified per MM.

      The Web data accessing location flag of a dataset is provided via option -LC (-Location). The defualt value is 'G' for accessing web files from Glade Disk if there exists any web data files. A value of 'O' is set as default if all web data files of the dataset are on Object Store, and a value of 'C' is set as default if all web data files of the dataset are at CGD data path.


      EXAMPLE 1.

      Set Dataset Information Of Use Dsarch Flag, Reset File Counts And data size, and beginning data date into RDADB for dataset number 'ds744.4'

      -(NT|NoTrim)skip trimming of spaces and comments from input
      -(RT|ResetTGroup)reset top group index for all the Saved/Web file records
      -(WM|WithMetadata)re-gathers Web file content metadata at dataset level
      -(WN|WithFileNumber)reevaluates and resets file counts
      -(WN|WithFileNumber)reevaluates and resets file counts
      dsarchds744.4 SD -WN -UD Y -BD 1999-07-01



      Back to Top