| $$CATTYP(IBBCAT) | 
This function classifies an AR category into three
types:
"F" - First Party Category
"T" - Third Party Category
""  - Category cannot be classified
or invalid category
AR uses this function in the generation of the AR Workload To-Do List.  It
passes an AR Category (pointer to file #430.2) and this function classifies
the AR Category as First Party or Third Party.
Note: The algorithm used in this function is specific for the
Diagnostic Measures module.
 
 | 
| VARIABLES | 
TYPE | 
VARIABLES DESCRIPTION | 
 
IBBCAT | 
Input | 
AR Category
 
 | 
$$CATTYP | 
Output | 
There are three possible values returned by this
function:
"F" - First Party Category
"T" - Third Party Category
""  - Category cannot be classified
or invalid category
 
 | 
 
 |