1.1Purpose
The purpose of this function is to verify records exist in the Supplemental Data Cross Reference File
(F1392). This function has two modes to verify records. Mode 1 is used to verify if records exist for the category
code value being passed in. Mode 2 is used to verify if a record exists that matches the category code value
and data type value being passed in.
1.2Setup Notes and Prerequisites
None
1.3Special Logic
This function uses modes to process. They are used as follows:
Mode 1 = Verify if records exist for the category code value passed in.
Mode 2 = Verify if record exists that matches the category code value and data type value that is passed in.
D1300780 - Check Supplemental Data Cross Reference
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
cModeFlag_EV01 | EV01 | char | REQ | INPUT |
This flag determines how the system processes.
| ||||
szCategoryCodeValue_EQCC | EQCC | char | REQ | INPUT |
The equipment category code that defines the valid types of data for supplemental data. If you define a specific equipment category code
| ||||
szTypeData_TYDD | TYDD | char | OPT | INPUT |
A user defined code (12/RT) used to categorize data. This code is alphanumeric and is typically an abbreviation, such as PT for lease
| ||||
cSuccessFlag_EV01 | EV01 | char | OPT | OUTPUT |
This flag indicates if a record match was found.
|
None |
None |