What is Dr. Q for CICS and what does it do?
Dr. Q for CICS verifies Canadian postal addresses using a CICS-based system. It is callable from CICS applications to standardize and validate addresses.
How is Dr. Q for CICS configured?
Dr. Q for CICS uses configuration files to define parameters such as the location of the postal code database and logging options. These files are typically accessed during initialization.
What type of API does Dr. Q for CICS expose?
Dr. Q for CICS primarily uses a native API callable from CICS applications. The API allows developers to pass address data to the Dr. Q engine and receive validated and standardized address information.
What are the main system components of Dr. Q for CICS?
The main system components include the CICS interface module, the address validation engine, and the postal code database. These components work together to process and validate address data.