I have a project which entails being able to view English and Japanese data within a table to the Japanese customer. We are running DB2 for z/OS V7.1 with codepage EBCDIC (0037) MIXED DATA=NO and these parms cannot be changed. We attempted to create the database and objects as unicode but ran into a lot of problems, so ultimately we recreated as EBCDIC and used 'for bit data' on the character fields which could contain DBCS data (also expanding the fields). This has worked at other places successfully.
In this case, the customer will come directly through MVS and QMF. I believe in order to properly see the data, some change has to be made on the user's terminal. Can anyone point me in the right direction? Everyone associated with the previous projects is long gone.
Thanks.