Action Option -GC (-GetControl) :
retrieves request control information for given datasets, groups or request types. Request control information of specified specialists are retrieved if the specialist login names are provided. Without specified condition, the request control records owned by the specialist who runs 'dsrqst' are retrieved.
dsrqst | -(GC|GetControl) [Mode Options] |
  | [-(FN|FieldNames) FieldNameString] |
  | [-(CI|ControlIndex) controlIndices] |
  | [-(DS|Dataset) dsnnn.n] |
  | [-(GI|GroupIndex) GroupIndices] |
  | [-(RT|RequestType) RequestTypes] |
  | [-(CM|ControlMode) ControlMode] |
  | [-(SN|Specialist) DSSSpecialists] |
  | [-(PC|Command) ProcessCommand] |
  | [-(EO|EmptyOutput) EmptyOutputFlag] |
  | [-(UA|URL) URLLinks] |
  | [-(HN|HostName) HostMachineNames] |
  | [-(OF|OutputFile) OutputFileName] |
  | [-(DB|Debug) DebugModeInfo] |
Mode options that can be specified for getting request control Action:
-(FO|FormatOutput) | format the column output with a fix width for all values of a given field |
Names | Info Options | Descriptions | C | -(CI|ControlIndex) | request control index | T | -(DS|Dataset) | Dataset number/ID | I | -(GI|GroupIndex) | group index | R | -(RT|RequestType) | S - subset, F - format conversion, D - CDP | W | -(CM|ControlMode) | S - specialist controlled, A - automated | V | -(VP|ValidPeriod) | number of days the data are available | J | -(LM|RequestLimit) | up request limit (GB) of data to be requested each time | K | -(MP|MaxPeriod) | maximum default request period | L | -(PL|PartitionLimit) | up limit of file count in each partition | Z | -(PZ|PartitionSize) | up limit of data size in each partition | F | -(PF|PartitionFlag) | partition command call flag, N, P, F and B | D | -(DF|DataFormat) | default data format for the output data | A | -(AF|ArchiveFormat) | default archive format for the output data | X | -(TF|ToFormat) | to format for data output; GRIB:NETCDF | G | -(TA|TArflag) | Y to tar small request files | S | -(SN|Specialist) | DSS specialist who controls the requests | P | -(PC|Command) | processing command provided by specialist | N | -(MR|MaxRequest) | max number of outstanding requests allowed | O | -(EO|EmptyOutput) | Y - sends email to user for empty output, default is N | U | -(UA|URL) | specified URL links for the requests | H | -(HN|HostName) | machines the requests should, or should not, be processed | M | -(MO|Modules) | include modules to load to batch job script | B | -(EV|Environments) | include environment vairables to load to batch job script | Q | -(QS|QsubOptions) | additional PBS batch options for qsub | E | -(EN|EmailNotice) | email notice template file, instead of the default one | Y | -(CC|CarbonCopy) | Carbon copy emails; S - specialist only |
Request control information can be retrieved for specified datasets per option -DS (-Dataset), and/or other conditions. Info option -DS accepts wildcard input of '%' for matching any number of characters.
If dataset number is not given, only the request control records, owned by the specialist who executes this getting control Action of 'dsrqst', are gathered. To view request control records owned by another specialist, you need specify Info option -SN (-Specialist) for that specialist. To view all request control records, you simply provide option -SN with value of 'ALL'.
To Get All Request Control Information Currently Available With all control fields under your control
dsrqst | GC -FN ALL |