I am looking for the possibility of matching a particular pattern within a case statement.
Ex :
Case variable.
when 'VAT'.
-----
when 'ST'.
-----
when 'CST*'.
-----
endcase.
Here I would like to know if it possible to specify a pattern such as the 'CST*' for the pattern to match.
-Regards,
Pavani