zOs/SQL/ROWVALUE

select case when (1, 2, 'abc') = (1, 2, 'ac') then '>' else '<=' end
     from sysibm.sysDummy1;