below reqirment is in CASE EXP AND UPDATE STAMENT:-
i have two table's EMPUDF_E and CSTMSELELEM_E and key column are EMPUDF_E.
get CSTMSELELEM_E.NAME_N in to temp variable X(please i need it as in case stament)
If ((value of X="Other (please specify below)") OR (EMPUDF_E.VAL where EMPUDF_E.UDFNAME="P_
{
SET "OTHER"
}
Else
{
Set X
}
santoshbangalore