To be honest I prefer to use a fixed length char field over a verchar. They make copying data around much easier. As when you have a varchar you can't run a simple
insert into mytesttable select * from myprodtable where condtions apply
At least not on Z/OS, its been awhile since I worked on LUW so I'm not sure over there.
Dave