zOs/SQL/EXRAISE

select case when 1=0 then 'c1'
            when 1=0 then raise_error('80000', 'dieser error....')
            when 1=1 then raise_error(
                70000 + hour(  current timestamp)*100
                      + minute(current timestamp)
                     , 'ein Fehler um ' || char(current timestamp)) end
    from sysibm.sysDummy1