Hello,
my scenario is dccc variable get randomze and generate between range 'h80 to 'h100 and in driver i am using:
case(req.dccc)
req.dccc with {item inside {['h80:'h90]}: begin
dccc_detect; //task called
end
req.dccc with {item inside {['h90:'h100]}: begin
dccc_send; //task called
end
i want solution for this logic which is not working properly hoping best solution on this…