Data variables
A predefined set of data variables may be used to determine if an item is selected or omitted from the archive. The data variables are identified by a variable name in the selective archive rules file.
The following table shows the list of valid variable names.
| Variable name | Description |
|---|---|
|
MicrFld1,
MicrFld2, MicrFld3, … MicrFld15 |
There are 15 variable fields defined. They are MicrFld1 through MicrFld15. These fields represent the unpacked MICR fields as strings, after the SCI programs have processed the MICR line. MicrFld1 through MicrFld7 are the standard ABA MICR fields. |
|
OrigFld1,
OrigFld2, OrigFld3, … OrigFld15 |
There are 15 variable fields defined. They are OrigFld1 through OrigFld15. These fields represent the unpacked MICR fields as strings, before the SCI programs have processed the MICR line. OrigFld1 through OrigFld7 are the standard ABA MICR fields. |
| WorkType | The type of work, or custom routing code used for this unit of work. |
| UserByte | The value of the user byte field set by the SCI programs. |
| Debit | If the SCI program determines if the item is a debit, this variable is set to true. If the SCI program determines the item is not a debit, the value is set to false. |
| Credit | If the SCI program determines if the item is a credit, this variable is set to true. If the SCI program determines the item is not a credit, the value is set to false. |
| OnUs | If the SCI program determines if the item is an on-us document, this variable is set to true. If the SCI program determines the item is not an on-us document, the value is set to false. |
| Transit | If the SCI program determines if the item is a transit document, this variable is set to true. If the SCI program determines the item is not a transit document, the value is set to false. |
| Pocket7780 | This variable is set to the pocket selected during a low speed sort operation. |
| Pocket3890 | This variable is set to the 3890 pocket to which the Pocket7780 variable was mapped. |
| DispUnprocessed | If during item processing the disposition of the item is unknown or is unprocessed, this variable is set to true. If during item processing the disposition of the item is matched, missing or extra (free), this variable is set to false. |
| DispMatched | If during item processing the disposition of the item is matched, this variable is set to true. If during item processing the disposition of the item is unknown, or unprocessed, missing or extra (free), this variable is set to false. |
| Variable Name | If during item processing the disposition of the item is missing, this variable is set to true. If during item processing the disposition of the item is unknown, or unprocessed, matched or extra (free), this variable is set to false. |
| DispMissing | If during item processing the disposition of the item is free (extra), this variable is set
to true. If during the item processing the disposition of the item is unknown, or unprocessed, matched or
missing, this variable is set to false. Note: DispFree and DispExtra are synonyms.
|