this works in Progress
select usrw_charfld[11] format "x(20)" from usrw_wkfl
I just need the sql version .. the problem is, the field usrw_charfld[11] is defined as 8 characters, but we store 20 in it (I come from the SQL world, so I'm not sure exactly the terminology of being able to do that)...