zOs/SQL/PLANOPT

SELECT LENGTH(opthint), count(*)
    from cmnbatch.plan_table
    group by length(opthint)