Which option would generate a valid address in the appropriate country for the original value?
Posted: Fri Aug 26, 2022 9:58 am
Which option would generate a valid address in the appropriate country for the original value?
A. LOOKUP provider using a condition based on the country code.
B. LOOKUP provider using the Optim provided table of all addresses in various countries.
C. Lua script with multiple HASH_LOOKUP functions built to choose the table based on the country code.
D. HASH_LOOKUP { cust_id. trim=( &.u), dest=(address1. address2, city, state. postal_code). db2.odp.optim_ca_addresses (seq. values=(address1. address2. city, state, zipcode)))
A. LOOKUP provider using a condition based on the country code.
B. LOOKUP provider using the Optim provided table of all addresses in various countries.
C. Lua script with multiple HASH_LOOKUP functions built to choose the table based on the country code.
D. HASH_LOOKUP { cust_id. trim=( &.u), dest=(address1. address2, city, state. postal_code). db2.odp.optim_ca_addresses (seq. values=(address1. address2. city, state, zipcode)))