Processing codes describe database links and data manipulation rules.
NOTE |
Processing codes were previously known as conversions and correlatives. |
The D3 dictionary defines file layouts and data structures. Processing codes are stored in dictionaries to further describe database links and data manipulation rules. These processing codes are used by various D3 system processors such as the Update Processor, FlashBASIC, and the List processor.
Processing codes are stored in attribute-defining and file-defining items in file dictionaries. They are found in:
Attribute |
Processing Code Type |
7 |
Output-Conversion |
8 |
Correlative |
14 |
Input-Conversion |
Correlative processing codes define processing that takes place during the item selection process and during data input and output. Codes in the correlative attribute of the file-defining item are processed when the item is filed. Available codes include subroutines calls, bridge correlatives, ID assignments, update stamps, and indexes. When an item is filed using the Update Processor, all processing codes defined in the correlative attribute of the file-defining item are processed. Items not filed using the Update Processor use the bridge, index, and callx processing codes only. |
|
Codes defined in the correlative attribute of the attribute-defining item are processed during input and output processing. Many processing codes can be called on the output-conversion attribute of the attribute-defining item, including FlashBASIC subroutines. NOTE—Called FlashBASIC subroutines may be Flashed to improve performance. |
|
Input-conversion codes are used to perform preprocessing functions such as inserting default data. The subroutine is executed after the item is retrieved from the file, but before the item displays on the screen. |
|
Codes defined in the output-conversion attribute are processed during input and output processing. |
See Also
c (Concatenate) Processing Code
c (Controlling) Processing Code
callx (Write Trigger) Processing Code
cu (Character Update) Processing Code
d (Dependent Value) Processing Code
f (f-correlative) Processing Code
g (Group Extract) Processing Code
i (Local Index) Processing Code
i (Remote Index) Processing Code
mc (Mask Character) Processing Code
mi (Must Input) Processing Code
mp (Mask Packed Decimal) Processing Code
ms (Mask Alter Sort) Processing Code
mt (Mask Time) Processing Code
mx (Mask ASCII to Hexadecimal) Processing Code
my (Mask Hexadecimal to ASCII) Processing Code
o (Sort Values Ascending) Processing Code
p (Pattern Match) Processing Code
s (Substitution) Processing Code
t (Text Extraction) Processing Code
v (Value Limit) Processing Code
x (Display Only) Processing Code
x (Update Stamp) Processing Code