.. _section3.2.2: 3.2.2 - Get Check ================================= .. _GC: Action Option -**GC** (-**GetCheck**) : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ retrieves check records from GDEXDB. With no filter, returns active check records owned by the current specialist. | **dscheck** -(GC|GetCheck) [:ref:`Mode Options `] | [:ref:`-(FN|FieldNames) ` FieldNameString] | [:ref:`-(CI|CheckIndex) ` CheckIndices] | [:ref:`-(ON|OrderNames) ` OrderNameString] | [:ref:`-(CM|Command) ` CommandNames] | [:ref:`-(AV|ArgumentVector) ` ArgumentVectorString] | [:ref:`-(SN|Specialist) ` SpecialistNames] | [:ref:`-(DS|Dataset) ` DatasetIDs] | [:ref:`-(AN|ActionName) ` ActionNames] | [:ref:`-(CD|CheckDate) ` CommandDate] | [:ref:`-(CT|CheckTime) ` CommandTime] | [:ref:`-(WD|WorkDir) ` WorkingDirectory] | [:ref:`-(PQ|PBSQueue) ` PBSBatchQueue] | [:ref:`-(OF|OutputFile) ` OutputFileName] | [:ref:`-(DB|Debug) ` DebugModeInfo] Available mode options: .. list-table:: :widths: auto :header-rows: 0 * - :ref:`-(CS|CheckStatus) ` - include detailed status: progress percentage for running commands and error messages for failed ones. * - :ref:`-(FO|FormatOutput) ` - pad each column to a uniform width for readability. :ref:`-FN ` (-FieldNames) selects which fields to retrieve as a string of single-letter codes. When :ref:`-FN ` is omitted, the default field set is "COVTUPFJDNW". Field codes for check records: .. list-table:: :widths: auto :header-rows: 1 * - Code - :ref:`Info Option ` - Description * - C - :ref:`-(CI|CheckIndex) ` - check index * - O - :ref:`-(CM|Command) ` - original command name * - V - :ref:`-(AV|ArgumentVector) ` - argument string after the command (<= 100 chars) * - T - :ref:`-(DS|Dataset) ` - dataset ID the command runs against * - A - :ref:`-(AN|ActionName) ` - action name for the command * - U - :ref:`-(ST|Status) ` - check status for the recorded command * - B - :ref:`-(DF|DownFlags) ` - storage down flags: D-DRDATA, G-GLADE, O-ObjectStore * - P - :ref:`-(PQ|PBSQueue) ` - PBS batch queue name (e.g. gdex, htc) * - R - :ref:`-(PI|ParentIndex) ` - parent check index this check waits on * - F - :ref:`-(FC|FileCount) ` - number of files to be processed * - J - :ref:`-(DC|DoneCount) ` - number of files already processed * - K - :ref:`-(TC|TryCount) ` - number of times the command has run * - L - :ref:`-(MC|MaxCount) ` - maximum number of tries allowed * - Z - :ref:`-(SZ|DataSize) ` - total bytes processed for the command * - D - :ref:`-(CD|CheckDate) ` - date the command was first recorded * - Y - :ref:`-(CT|CheckTime) ` - time the command was first recorded * - H - :ref:`-(HN|HostName) ` - host(s) the command can or cannot run on * - N - :ref:`-(SN|Specialist) ` - specialist who owns the check * - W - :ref:`-(WD|WorkDir) ` - working directory for the command * - M - :ref:`-(MO|Modules) ` - modules to load in the batch job script * - I - :ref:`-(EV|Environments) ` - environment variables for the batch job * - Q - :ref:`-(QS|QsubOptions) ` - additional qsub options * - X - :ref:`-(AX|ArgumentExtra) ` - additional argument string beyond 100 chars * - E - :ref:`-(ER|ErrorMessage) ` - error message from a failed command Use :ref:`-CI ` (-CheckIndex) to fetch specific records. To inspect another specialist's records, supply :ref:`-SN ` with the appropriate login name. | :ref:`Back to Top ` | :ref:`Back to Table of Contents `