I want to be able to do something like:
IF condition TRUE THEN
DEF BUFFER buf FOR sports.product.
ELSE
DEF BUFFER buf FOR newsports.product.
What is the exact progress commands to enable me create a dynamic buffer based on some condition i.e. to have the buffer buf pointing to either of the 2 DBs depending on the condition.
IF condition TRUE THEN
DEF BUFFER buf FOR sports.product.
ELSE
DEF BUFFER buf FOR newsports.product.
What is the exact progress commands to enable me create a dynamic buffer based on some condition i.e. to have the buffer buf pointing to either of the 2 DBs depending on the condition.