| $$VALID(TRANDA) | 
This function is used to check if a specific
transaction is valid or not. It will return 1 if the transaction is valid and
0 otherwise.
IB uses this function in the AR Productivity Report. It passes a pointer to
the AR TRANSACTION file (#433) to the function and the function returns if the
transaction is valid or not. If the transaction is not valid it is not printed
on the report.
 
 | 
| VARIABLES | 
TYPE | 
VARIABLES DESCRIPTION | 
 
TRANDA | 
Input | 
Pointer to the AR TRANSACTION file (#433).
 
 | 
$$VALID | 
Output | 
There are two possible values returned by this
function:
0 - TRANDA is NOT a valid transaction
1 - TRANDA is a valid transaction
 
 | 
 
 |