zOs/SQL/CATPKSTI

     -- show statement id in hex, as shown in SMF
select seqNo, stmtNo, sectNo -- , stmt_id
           , hex(stmt_id) stmtIdHex -- in mainView wird hex ||
           , substr(statement, 1, 200)
    from sysibm.sysPackStmt
    where  name = 'YWBIO'                       -- package name
           and conToken = x'199D6BB10728C4FA'   -- im Report in hex
        order by seqno