0

I'm looking for a way to define a column for holding an UTF-8 String with a maximum length of n characters (not bytes) in DB2 for z/OS. To my knowledge code_units are available only in DB2 LUW.

Easy
  • 1
  • 1

1 Answers1

0

Help yourself by studying the documentation here, because there are several aspects to consider before making your choice, this is particularly important with mainframes.

Be sure to talk with your DBA for Z/OS and more experienced people at your site , as there may be local practices and procedures that will determine exactly how you do things.

mao
  • 11,321
  • 2
  • 13
  • 29
  • We are migrating an existing application from Oracle, so we unfortunately don't have a choice but UTF-8 fixed-width columns. – Easy Sep 06 '18 at 12:57